COLOR #C7DBB2

HEX: #C7DBB2 RGB: (199,219,178)

Color info

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

RGB color model

#C7DBB2 color RGB value is (199,219,178).

RGB: (199,219,178) (78%, 86%, 70%)

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 178 of 255 = 70%

199
219
178

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

Portions of RGB colors in percentages

R + G + B = 199 + 219 + 178 = 596 (100%)
R 199 of 596 ~ 33.39%
G 219 of 596 ~ 36.74%
B 178 of 596 ~ 29.87'%

%33.39
%36.74
%29.87

CMYK color model

#C7DBB2 color CMYK value is (9,0,19,14).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 14.12%

CMYK: (9,0,19,14)
C9M0Y19K14 (9%, 0%, 19%, 14%)
(0.09 / 0.00 / 0.19 / 0.14)

CMYK percentages

%9.13
%0
%18.72
%14.12

Codes

Color #C7DBB2 in popluar color models

C7 DB B2
RGB 199 219 178
HSL 89° 36.28% 77.84%
HSB/HSV 89° 18.72% 85.88%
CMYK 9.13% 0.00% 18.72%
14.12%

Color #C7DBB2 in popluar number systems.

HEX C7 DB B2
Decimal 199 219 178
Binary 11000111 11011011 10110010
Octal 307 333 262

Shades and tints

Shades of #C7DBB2

#C7DBB2
(199,219,178)
#B5C8A2
(181,200,162)
#A3B592
(163,181,146)
#91A282
(145,162,130)
#7F8F72
(127,143,114)
#6D7C62
(109,124,98)
#5B6952
(91,105,82)
#495642
(73,86,66)
#374332
(55,67,50)
#253022
(37,48,34)
#131D12
(19,29,18)
#000000
(0,0,0)

Tints of #C7DBB2

#C7DBB2
(199,219,178)
#CCDEB9
(204,222,185)
#D1E1C0
(209,225,192)
#D6E4C7
(214,228,199)
#DBE7CE
(219,231,206)
#E0EAD5
(224,234,213)
#E5EDDC
(229,237,220)
#EAF0E3
(234,240,227)
#EFF3EA
(239,243,234)
#F4F6F1
(244,246,241)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBB2; }

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

This text font color is #C7DBB2.

Background Color

.myBgColor { background-color: #C7DBB2; }

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

This div background color is #C7DBB2.

Border color

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

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

This div border color is #C7DBB2.

Opacity

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

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

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

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

This text has shadow with #C7DBB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DBB2.

Preview

Color preview on black background

This text has color #C7DBB2 on black background.


Color preview on white background

This text has color #C7DBB2 on white background.


Black color preview on #C7DBB2 background

This text has black color on #C7DBB2 background.


White color preview on #C7DBB2 background

This text has white color on #C7DBB2 background.


Related colors

Complementary color

Complementary color for #hex is #38244D.


I love getcolorcode.com

Triadic colors

1 #B2C7DB and #DBB2C7 with #C7DBB2 are triadic colors.

2 #B2DBC7 and #DBC7B2 with #C7DBB2 are triadic colors.