COLOR #C2D2BB

HEX: #C2D2BB
RGB: (194,210,187)

Color info

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

RGB color model

#C2D2BB color RGB value is (194,210,187).

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

RGB channels and saturation

R 194 of 255 = 76%
G 210 of 255 = 82%
B 187 of 255 = 73%

194
210
187

R + G + B ~ 77%. #C2D2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 210 + 187 = 591 (100%)
R 194 of 591 ~ 32.83%
G 210 of 591 ~ 35.53%
B 187 of 591 ~ 31.64%

%32.83
%35.53
%31.64

CMYK color model

#C2D2BB color CMYK value is (8,0,11,18).

  • cyan value is 7.62%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(8,0,11,18)
C8M0Y11K18 
(8%,0%,11%,18%)
(0.08/0.00/0.11/0.18)	

CMYK percentages

%7.62
%0
%10.95
%17.65

Codes

Color #C2D2BB in popluar color models

C2D2BB
RGB194210187
HSL102°20.35%77.84%
HSB/HSV102°10.95%82.35%
CMYK7.62%0.00%10.95%
17.65%

Color #C2D2BB in popluar number systems.

HEXC2D2BB
Decimal194210187
Binary110000101101001010111011
Octal302322273

Shades and tints

Shades of #C2D2BB

#C2D2BB
(194,210,187)
#B1BFAA
(177,191,170)
#A0AC99
(160,172,153)
#8F9988
(143,153,136)
#7E8677
(126,134,119)
#6D7366
(109,115,102)
#5C6055
(92,96,85)
#4B4D44
(75,77,68)
#3A3A33
(58,58,51)
#292722
(41,39,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #C2D2BB

#C2D2BB
(194,210,187)
#C7D6C1
(199,214,193)
#CCDAC7
(204,218,199)
#D1DECD
(209,222,205)
#D6E2D3
(214,226,211)
#DBE6D9
(219,230,217)
#E0EADF
(224,234,223)
#E5EEE5
(229,238,229)
#EAF2EB
(234,242,235)
#EFF6F1
(239,246,241)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D2BB; }

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

This text font color is #C2D2BB.


Background Color

.myBgColor { background-color: #C2D2BB; }

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

This div background color is #C2D2BB.


Border color

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

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

This div border color is #C2D2BB.


Opacity

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

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

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

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

This text has shadow with #C2D2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D2BB on black background.


Color preview on white background

This text has color #C2D2BB on white background.



Black color preview on #C2D2BB background

This text has black color on #C2D2BB background.


White color preview on #C2D2BB background

This text has white color on #C2D2BB background.