COLOR #C2D9D3

HEX: #C2D9D3 RGB: (194,217,211)

Color info

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

RGB color model

#C2D9D3 color RGB value is (194,217,211).

RGB: (194,217,211) (76%, 85%, 83%)

RGB channels and saturation

R 194 of 255 = 76%
G 217 of 255 = 85%
B 211 of 255 = 83%

194
217
211

R + G + B ~ 81%. #C2D9D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 217 + 211 = 622 (100%)
R 194 of 622 ~ 31.19%
G 217 of 622 ~ 34.89%
B 211 of 622 ~ 33.92'%

%31.19
%34.89
%33.92

CMYK color model

#C2D9D3 color CMYK value is (11,0,3,15).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • key color value is 14.90%

CMYK: (11,0,3,15)
C11M0Y3K15 (11%, 0%, 3%, 15%)
(0.11 / 0.00 / 0.03 / 0.15)

CMYK percentages

%10.6
%0
%2.76
%14.9

Codes

Color #C2D9D3 in popluar color models

C2 D9 D3
RGB 194 217 211
HSL 164° 23.23% 80.59%
HSB/HSV 164° 10.60% 85.10%
CMYK 10.60% 0.00% 2.76%
14.90%

Color #C2D9D3 in popluar number systems.

HEX C2 D9 D3
Decimal 194 217 211
Binary 11000010 11011001 11010011
Octal 302 331 323

Shades and tints

Shades of #C2D9D3

#C2D9D3
(194,217,211)
#B1C6C0
(177,198,192)
#A0B3AD
(160,179,173)
#8FA09A
(143,160,154)
#7E8D87
(126,141,135)
#6D7A74
(109,122,116)
#5C6761
(92,103,97)
#4B544E
(75,84,78)
#3A413B
(58,65,59)
#292E28
(41,46,40)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #C2D9D3

#C2D9D3
(194,217,211)
#C7DCD7
(199,220,215)
#CCDFDB
(204,223,219)
#D1E2DF
(209,226,223)
#D6E5E3
(214,229,227)
#DBE8E7
(219,232,231)
#E0EBEB
(224,235,235)
#E5EEEF
(229,238,239)
#EAF1F3
(234,241,243)
#EFF4F7
(239,244,247)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D9D3 color. Also use rgb(194,217,211) instead hex code.

Text Font Color

.myTextColor { color: #C2D9D3; }

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

This text font color is #C2D9D3.

Background Color

.myBgColor { background-color: #C2D9D3; }

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

This div background color is #C2D9D3.

Border color

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

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

This div border color is #C2D9D3.

Opacity

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

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

Text with #C2D9D3 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 #C2D9D3;}

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

This text has shadow with #C2D9D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D9D3.

Preview

Color preview on black background

This text has color #C2D9D3 on black background.


Color preview on white background

This text has color #C2D9D3 on white background.


Black color preview on #C2D9D3 background

This text has black color on #C2D9D3 background.


White color preview on #C2D9D3 background

This text has white color on #C2D9D3 background.


Related colors

Complementary color

Complementary color for #hex is #3D262C.


I love getcolorcode.com

Triadic colors

1 #D3C2D9 and #D9D3C2 with #C2D9D3 are triadic colors.

2 #D3D9C2 and #D9C2D3 with #C2D9D3 are triadic colors.