COLOR #C2D4BD

HEX: #C2D4BD RGB: (194,212,189)

Color info

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

RGB color model

#C2D4BD color RGB value is (194,212,189).

RGB: (194,212,189) (76%, 83%, 74%)

RGB channels and saturation

R 194 of 255 = 76%
G 212 of 255 = 83%
B 189 of 255 = 74%

194
212
189

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

Portions of RGB colors in percentages

R + G + B = 194 + 212 + 189 = 595 (100%)
R 194 of 595 ~ 32.61%
G 212 of 595 ~ 35.63%
B 189 of 595 ~ 31.76'%

%32.61
%35.63
%31.76

CMYK color model

#C2D4BD color CMYK value is (8,0,11,17).

  • cyan value is 8.49%
  • magenta value is 0.00%
  • yellow value is 10.85%
  • key color value is 16.86%

CMYK: (8,0,11,17)
C8M0Y11K17 (8%, 0%, 11%, 17%)
(0.08 / 0.00 / 0.11 / 0.17)

CMYK percentages

%8.49
%0
%10.85
%16.86

Codes

Color #C2D4BD in popluar color models

C2 D4 BD
RGB 194 212 189
HSL 107° 21.10% 78.63%
HSB/HSV 107° 10.85% 83.14%
CMYK 8.49% 0.00% 10.85%
16.86%

Color #C2D4BD in popluar number systems.

HEX C2 D4 BD
Decimal 194 212 189
Binary 11000010 11010100 10111101
Octal 302 324 275

Shades and tints

Shades of #C2D4BD

#C2D4BD
(194,212,189)
#B1C1AC
(177,193,172)
#A0AE9B
(160,174,155)
#8F9B8A
(143,155,138)
#7E8879
(126,136,121)
#6D7568
(109,117,104)
#5C6257
(92,98,87)
#4B4F46
(75,79,70)
#3A3C35
(58,60,53)
#292924
(41,41,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #C2D4BD

#C2D4BD
(194,212,189)
#C7D7C3
(199,215,195)
#CCDAC9
(204,218,201)
#D1DDCF
(209,221,207)
#D6E0D5
(214,224,213)
#DBE3DB
(219,227,219)
#E0E6E1
(224,230,225)
#E5E9E7
(229,233,231)
#EAECED
(234,236,237)
#EFEFF3
(239,239,243)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D4BD color. Also use rgb(194,212,189) instead hex code.

Text Font Color

.myTextColor { color: #C2D4BD; }

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

This text font color is #C2D4BD.

Background Color

.myBgColor { background-color: #C2D4BD; }

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

This div background color is #C2D4BD.

Border color

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

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

This div border color is #C2D4BD.

Opacity

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

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

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

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

This text has shadow with #C2D4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2D4BD.

Preview

Color preview on black background

This text has color #C2D4BD on black background.


Color preview on white background

This text has color #C2D4BD on white background.


Black color preview on #C2D4BD background

This text has black color on #C2D4BD background.


White color preview on #C2D4BD background

This text has white color on #C2D4BD background.


Related colors

Complementary color

Complementary color for #hex is #3D2B42.


I love getcolorcode.com

Triadic colors

1 #BDC2D4 and #D4BDC2 with #C2D4BD are triadic colors.

2 #BDD4C2 and #D4C2BD with #C2D4BD are triadic colors.