COLOR #C2D8BB

HEX: #C2D8BB
RGB: (194,216,187)

Color info

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

RGB color model

#C2D8BB color RGB value is (194,216,187).

  • red value is 194;
  • green value is 216;
  • blue value is 187.
RGB:
(194,216,187)
(76%,85%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 216 of 255 = 85%
B 187 of 255 = 73%

194
216
187

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

Portions of RGB colors in percentages

R + G + B =
194 + 216 + 187 = 597 (100%)
R 194 of 597 ~ 32.5%
G 216 of 597 ~ 36.18%
B 187 of 597 ~ 31.32%

%32.5
%36.18
%31.32

CMYK color model

#C2D8BB color CMYK value is (10,0,13,15).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 15.29%
CMYK:
(10,0,13,15)
C10M0Y13K15 
(10%,0%,13%,15%)
(0.10/0.00/0.13/0.15)	

CMYK percentages

%10.19
%0
%13.43
%15.29

Codes

Color #C2D8BB in popluar color models

C2D8BB
RGB194216187
HSL106°27.10%79.02%
HSB/HSV106°13.43%84.71%
CMYK10.19%0.00%13.43%
15.29%

Color #C2D8BB in popluar number systems.

HEXC2D8BB
Decimal194216187
Binary110000101101100010111011
Octal302330273

Shades and tints

Shades of #C2D8BB

#C2D8BB
(194,216,187)
#B1C5AA
(177,197,170)
#A0B299
(160,178,153)
#8F9F88
(143,159,136)
#7E8C77
(126,140,119)
#6D7966
(109,121,102)
#5C6655
(92,102,85)
#4B5344
(75,83,68)
#3A4033
(58,64,51)
#292D22
(41,45,34)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #C2D8BB

#C2D8BB
(194,216,187)
#C7DBC1
(199,219,193)
#CCDEC7
(204,222,199)
#D1E1CD
(209,225,205)
#D6E4D3
(214,228,211)
#DBE7D9
(219,231,217)
#E0EADF
(224,234,223)
#E5EDE5
(229,237,229)
#EAF0EB
(234,240,235)
#EFF3F1
(239,243,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D8BB; }

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

This text font color is #C2D8BB.


Background Color

.myBgColor { background-color: #C2D8BB; }

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

This div background color is #C2D8BB.


Border color

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

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

This div border color is #C2D8BB.


Opacity

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

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

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

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

This text has shadow with #C2D8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D8BB on black background.


Color preview on white background

This text has color #C2D8BB on white background.



Black color preview on #C2D8BB background

This text has black color on #C2D8BB background.


White color preview on #C2D8BB background

This text has white color on #C2D8BB background.