COLOR #C2D6BB

HEX: #C2D6BB RGB: (194,214,187)

Color info

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

RGB color model

#C2D6BB color RGB value is (194,214,187).

RGB: (194,214,187) (76%, 84%, 73%)

RGB channels and saturation

R 194 of 255 = 76%
G 214 of 255 = 84%
B 187 of 255 = 73%

194
214
187

R + G + B ~ 78%. #C2D6BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 214 + 187 = 595 (100%)
R 194 of 595 ~ 32.61%
G 214 of 595 ~ 35.97%
B 187 of 595 ~ 31.43'%

%32.61
%35.97
%31.43

CMYK color model

#C2D6BB color CMYK value is (9,0,13,16).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 12.62%
  • key color value is 16.08%

CMYK: (9,0,13,16)
C9M0Y13K16 (9%, 0%, 13%, 16%)
(0.09 / 0.00 / 0.13 / 0.16)

CMYK percentages

%9.35
%0
%12.62
%16.08

Codes

Color #C2D6BB in popluar color models

C2 D6 BB
RGB 194 214 187
HSL 104° 24.77% 78.63%
HSB/HSV 104° 12.62% 83.92%
CMYK 9.35% 0.00% 12.62%
16.08%

Color #C2D6BB in popluar number systems.

HEX C2 D6 BB
Decimal 194 214 187
Binary 11000010 11010110 10111011
Octal 302 326 273

Shades and tints

Shades of #C2D6BB

#C2D6BB
(194,214,187)
#B1C3AA
(177,195,170)
#A0B099
(160,176,153)
#8F9D88
(143,157,136)
#7E8A77
(126,138,119)
#6D7766
(109,119,102)
#5C6455
(92,100,85)
#4B5144
(75,81,68)
#3A3E33
(58,62,51)
#292B22
(41,43,34)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #C2D6BB

#C2D6BB
(194,214,187)
#C7D9C1
(199,217,193)
#CCDCC7
(204,220,199)
#D1DFCD
(209,223,205)
#D6E2D3
(214,226,211)
#DBE5D9
(219,229,217)
#E0E8DF
(224,232,223)
#E5EBE5
(229,235,229)
#EAEEEB
(234,238,235)
#EFF1F1
(239,241,241)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D6BB color. Also use rgb(194,214,187) instead hex code.

Text Font Color

.myTextColor { color: #C2D6BB; }

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

This text font color is #C2D6BB.

Background Color

.myBgColor { background-color: #C2D6BB; }

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

This div background color is #C2D6BB.

Border color

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

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

This div border color is #C2D6BB.

Opacity

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

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

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

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

This text has shadow with #C2D6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D6BB.

Preview

Color preview on black background

This text has color #C2D6BB on black background.


Color preview on white background

This text has color #C2D6BB on white background.


Black color preview on #C2D6BB background

This text has black color on #C2D6BB background.


White color preview on #C2D6BB background

This text has white color on #C2D6BB background.


Related colors

Complementary color

Complementary color for #hex is #3D2944.


I love getcolorcode.com

Triadic colors

1 #BBC2D6 and #D6BBC2 with #C2D6BB are triadic colors.

2 #BBD6C2 and #D6C2BB with #C2D6BB are triadic colors.