COLOR #C7D9B2

HEX: #C7D9B2 RGB: (199,217,178)

Color info

#C7D9B2 contains red, green and blue colors in about the same proportion. Web safe color of #C7D9B2 is #CCCC99 (or #CC9).

RGB color model

#C7D9B2 color RGB value is (199,217,178).

RGB: (199,217,178) (78%, 85%, 70%)

RGB channels and saturation

R 199 of 255 = 78%
G 217 of 255 = 85%
B 178 of 255 = 70%

199
217
178

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

Portions of RGB colors in percentages

R + G + B = 199 + 217 + 178 = 594 (100%)
R 199 of 594 ~ 33.5%
G 217 of 594 ~ 36.53%
B 178 of 594 ~ 29.97'%

%33.5
%36.53
%29.97

CMYK color model

#C7D9B2 color CMYK value is (8,0,18,15).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 17.97%
  • key color value is 14.90%

CMYK: (8,0,18,15)
C8M0Y18K15 (8%, 0%, 18%, 15%)
(0.08 / 0.00 / 0.18 / 0.15)

CMYK percentages

%8.29
%0
%17.97
%14.9

Codes

Color #C7D9B2 in popluar color models

C7 D9 B2
RGB 199 217 178
HSL 88° 33.91% 77.45%
HSB/HSV 88° 17.97% 85.10%
CMYK 8.29% 0.00% 17.97%
14.90%

Color #C7D9B2 in popluar number systems.

HEX C7 D9 B2
Decimal 199 217 178
Binary 11000111 11011001 10110010
Octal 307 331 262

Shades and tints

Shades of #C7D9B2

#C7D9B2
(199,217,178)
#B5C6A2
(181,198,162)
#A3B392
(163,179,146)
#91A082
(145,160,130)
#7F8D72
(127,141,114)
#6D7A62
(109,122,98)
#5B6752
(91,103,82)
#495442
(73,84,66)
#374132
(55,65,50)
#252E22
(37,46,34)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #C7D9B2

#C7D9B2
(199,217,178)
#CCDCB9
(204,220,185)
#D1DFC0
(209,223,192)
#D6E2C7
(214,226,199)
#DBE5CE
(219,229,206)
#E0E8D5
(224,232,213)
#E5EBDC
(229,235,220)
#EAEEE3
(234,238,227)
#EFF1EA
(239,241,234)
#F4F4F1
(244,244,241)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D9B2 color. Also use rgb(199,217,178) instead hex code.

Text Font Color

.myTextColor { color: #C7D9B2; }

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

This text font color is #C7D9B2.

Background Color

.myBgColor { background-color: #C7D9B2; }

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

This div background color is #C7D9B2.

Border color

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

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

This div border color is #C7D9B2.

Opacity

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

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

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

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

This text has shadow with #C7D9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D9B2.

Preview

Color preview on black background

This text has color #C7D9B2 on black background.


Color preview on white background

This text has color #C7D9B2 on white background.


Black color preview on #C7D9B2 background

This text has black color on #C7D9B2 background.


White color preview on #C7D9B2 background

This text has white color on #C7D9B2 background.


Related colors

Complementary color

Complementary color for #hex is #38264D.


I love getcolorcode.com

Triadic colors

1 #B2C7D9 and #D9B2C7 with #C7D9B2 are triadic colors.

2 #B2D9C7 and #D9C7B2 with #C7D9B2 are triadic colors.