COLOR #C2D2BC

HEX: #C2D2BC RGB: (194,210,188)

Color info

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

RGB color model

#C2D2BC color RGB value is (194,210,188).

RGB: (194,210,188) (76%, 82%, 74%)

RGB channels and saturation

R 194 of 255 = 76%
G 210 of 255 = 82%
B 188 of 255 = 74%

194
210
188

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

Portions of RGB colors in percentages

R + G + B = 194 + 210 + 188 = 592 (100%)
R 194 of 592 ~ 32.77%
G 210 of 592 ~ 35.47%
B 188 of 592 ~ 31.76'%

%32.77
%35.47
%31.76

CMYK color model

#C2D2BC color CMYK value is (8,0,10,18).

  • cyan value is 7.62%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 17.65%

CMYK: (8,0,10,18)
C8M0Y10K18 (8%, 0%, 10%, 18%)
(0.08 / 0.00 / 0.10 / 0.18)

CMYK percentages

%7.62
%0
%10.48
%17.65

Codes

Color #C2D2BC in popluar color models

C2 D2 BC
RGB 194 210 188
HSL 104° 19.64% 78.04%
HSB/HSV 104° 10.48% 82.35%
CMYK 7.62% 0.00% 10.48%
17.65%

Color #C2D2BC in popluar number systems.

HEX C2 D2 BC
Decimal 194 210 188
Binary 11000010 11010010 10111100
Octal 302 322 274

Shades and tints

Shades of #C2D2BC

#C2D2BC
(194,210,188)
#B1BFAB
(177,191,171)
#A0AC9A
(160,172,154)
#8F9989
(143,153,137)
#7E8678
(126,134,120)
#6D7367
(109,115,103)
#5C6056
(92,96,86)
#4B4D45
(75,77,69)
#3A3A34
(58,58,52)
#292723
(41,39,35)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #C2D2BC

#C2D2BC
(194,210,188)
#C7D6C2
(199,214,194)
#CCDAC8
(204,218,200)
#D1DECE
(209,222,206)
#D6E2D4
(214,226,212)
#DBE6DA
(219,230,218)
#E0EAE0
(224,234,224)
#E5EEE6
(229,238,230)
#EAF2EC
(234,242,236)
#EFF6F2
(239,246,242)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D2BC; }

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

This text font color is #C2D2BC.

Background Color

.myBgColor { background-color: #C2D2BC; }

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

This div background color is #C2D2BC.

Border color

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

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

This div border color is #C2D2BC.

Opacity

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

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

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

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

This text has shadow with #C2D2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D2BC.

Preview

Color preview on black background

This text has color #C2D2BC on black background.


Color preview on white background

This text has color #C2D2BC on white background.


Black color preview on #C2D2BC background

This text has black color on #C2D2BC background.


White color preview on #C2D2BC background

This text has white color on #C2D2BC background.


Related colors

Complementary color

Complementary color for #hex is #3D2D43.


I love getcolorcode.com

Triadic colors

1 #BCC2D2 and #D2BCC2 with #C2D2BC are triadic colors.

2 #BCD2C2 and #D2C2BC with #C2D2BC are triadic colors.