COLOR #C3DED3

HEX: #C3DED3
RGB: (195,222,211)

Color info

#C3DED3 contains red, green and blue colors in about the same proportion. Web safe color of #C3DED3 is #CCCCCC (or #CCC).

RGB color model

#C3DED3 color RGB value is (195,222,211).

  • red value is 195;
  • green value is 222;
  • blue value is 211.
RGB:
(195,222,211)
(76%,87%,83%)

RGB channels and saturation

R 195 of 255 = 76%
G 222 of 255 = 87%
B 211 of 255 = 83%

195
222
211

R + G + B ~ 82%. #C3DED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 222 + 211 = 628 (100%)
R 195 of 628 ~ 31.05%
G 222 of 628 ~ 35.35%
B 211 of 628 ~ 33.6%

%31.05
%35.35
%33.6

CMYK color model

#C3DED3 color CMYK value is (12,0,5,13).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 12.94%
CMYK:
(12,0,5,13)
C12M0Y5K13 
(12%,0%,5%,13%)
(0.12/0.00/0.05/0.13)	

CMYK percentages

%12.16
%0
%4.95
%12.94

Codes

Color #C3DED3 in popluar color models

C3DED3
RGB195222211
HSL156°29.03%81.76%
HSB/HSV156°12.16%87.06%
CMYK12.16%0.00%4.95%
12.94%

Color #C3DED3 in popluar number systems.

HEXC3DED3
Decimal195222211
Binary110000111101111011010011
Octal303336323

Shades and tints

Shades of #C3DED3

#C3DED3
(195,222,211)
#B2CAC0
(178,202,192)
#A1B6AD
(161,182,173)
#90A29A
(144,162,154)
#7F8E87
(127,142,135)
#6E7A74
(110,122,116)
#5D6661
(93,102,97)
#4C524E
(76,82,78)
#3B3E3B
(59,62,59)
#2A2A28
(42,42,40)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #C3DED3

#C3DED3
(195,222,211)
#C8E1D7
(200,225,215)
#CDE4DB
(205,228,219)
#D2E7DF
(210,231,223)
#D7EAE3
(215,234,227)
#DCEDE7
(220,237,231)
#E1F0EB
(225,240,235)
#E6F3EF
(230,243,239)
#EBF6F3
(235,246,243)
#F0F9F7
(240,249,247)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DED3 color. Also use rgb(195,222,211) instead hex code.

Text Font Color

.myTextColor { color: #C3DED3; }

<p style="color:#C3DED3">This sample text font color is #C3DED3.</p>

This text font color is #C3DED3.


Background Color

.myBgColor { background-color: #C3DED3; }

<div style="background-color:#C3DED3">Inner text</div>

This div background color is #C3DED3.


Border color

.myBorderColor { border: 1px solid #C3DED3; }

<div style="border:3px solid #C3DED3">Div</div>

This div border color is #C3DED3.


Opacity

.myOpacity80 { color: #C3DED3; opacity: 0.8; }

<p style="color:#C3DED3;opacity:0.8;">80%</p>

Text with #C3DED3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C3DED3;}

<p style="text-shadow: 3px 3px 1px #C3DED3">Text here.</p>

This text has shadow with #C3DED3 color.

.textShadow {text-shadow: 3px 3px 1px #C3DED3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C3DED3, 5px 5px 20px red">Text here.</p>

This text has shadow with #C3DED3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3DED3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C3DED3, Direction=45, Strength=4)">Text</p>

This text has shadow with #C3DED3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C3DED3;
  -webkit-box-shadow:	1px 1px 3px 2px #C3DED3;
  box-shadow:		1px 1px 3px 2px #C3DED3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C3DED3;
-webkit-box-shadow: 1px 1px 3px 2px #C3DED3;
box-shadow:1px 1px 3px 2px #C3DED3;">
Div content here</div>
This div box has shadow with color #C3DED3.

Preview

Color preview on black background

This text has color #C3DED3 on black background.


Color preview on white background

This text has color #C3DED3 on white background.



Black color preview on #C3DED3 background

This text has black color on #C3DED3 background.


White color preview on #C3DED3 background

This text has white color on #C3DED3 background.