COLOR #C2D7BC

HEX: #C2D7BC RGB: (194,215,188)

Color info

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

RGB color model

#C2D7BC color RGB value is (194,215,188).

RGB: (194,215,188) (76%, 84%, 74%)

RGB channels and saturation

R 194 of 255 = 76%
G 215 of 255 = 84%
B 188 of 255 = 74%

194
215
188

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

Portions of RGB colors in percentages

R + G + B = 194 + 215 + 188 = 597 (100%)
R 194 of 597 ~ 32.5%
G 215 of 597 ~ 36.01%
B 188 of 597 ~ 31.49'%

%32.5
%36.01
%31.49

CMYK color model

#C2D7BC color CMYK value is (10,0,13,16).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 15.69%

CMYK: (10,0,13,16)
C10M0Y13K16 (10%, 0%, 13%, 16%)
(0.10 / 0.00 / 0.13 / 0.16)

CMYK percentages

%9.77
%0
%12.56
%15.69

Codes

Color #C2D7BC in popluar color models

C2 D7 BC
RGB 194 215 188
HSL 107° 25.23% 79.02%
HSB/HSV 107° 12.56% 84.31%
CMYK 9.77% 0.00% 12.56%
15.69%

Color #C2D7BC in popluar number systems.

HEX C2 D7 BC
Decimal 194 215 188
Binary 11000010 11010111 10111100
Octal 302 327 274

Shades and tints

Shades of #C2D7BC

#C2D7BC
(194,215,188)
#B1C4AB
(177,196,171)
#A0B19A
(160,177,154)
#8F9E89
(143,158,137)
#7E8B78
(126,139,120)
#6D7867
(109,120,103)
#5C6556
(92,101,86)
#4B5245
(75,82,69)
#3A3F34
(58,63,52)
#292C23
(41,44,35)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #C2D7BC

#C2D7BC
(194,215,188)
#C7DAC2
(199,218,194)
#CCDDC8
(204,221,200)
#D1E0CE
(209,224,206)
#D6E3D4
(214,227,212)
#DBE6DA
(219,230,218)
#E0E9E0
(224,233,224)
#E5ECE6
(229,236,230)
#EAEFEC
(234,239,236)
#EFF2F2
(239,242,242)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D7BC; }

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

This text font color is #C2D7BC.

Background Color

.myBgColor { background-color: #C2D7BC; }

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

This div background color is #C2D7BC.

Border color

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

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

This div border color is #C2D7BC.

Opacity

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

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

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

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

This text has shadow with #C2D7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D7BC.

Preview

Color preview on black background

This text has color #C2D7BC on black background.


Color preview on white background

This text has color #C2D7BC on white background.


Black color preview on #C2D7BC background

This text has black color on #C2D7BC background.


White color preview on #C2D7BC background

This text has white color on #C2D7BC background.


Related colors

Complementary color

Complementary color for #hex is #3D2843.


I love getcolorcode.com

Triadic colors

1 #BCC2D7 and #D7BCC2 with #C2D7BC are triadic colors.

2 #BCD7C2 and #D7C2BC with #C2D7BC are triadic colors.