COLOR #C7DBB7

HEX: #C7DBB7 RGB: (199,219,183)

Color info

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

RGB color model

#C7DBB7 color RGB value is (199,219,183).

RGB: (199,219,183) (78%, 86%, 72%)

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 183 of 255 = 72%

199
219
183

R + G + B ~ 79%. #C7DBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 219 + 183 = 601 (100%)
R 199 of 601 ~ 33.11%
G 219 of 601 ~ 36.44%
B 183 of 601 ~ 30.45'%

%33.11
%36.44
%30.45

CMYK color model

#C7DBB7 color CMYK value is (9,0,16,14).

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

CMYK: (9,0,16,14)
C9M0Y16K14 (9%, 0%, 16%, 14%)
(0.09 / 0.00 / 0.16 / 0.14)

CMYK percentages

%9.13
%0
%16.44
%14.12

Codes

Color #C7DBB7 in popluar color models

C7 DB B7
RGB 199 219 183
HSL 93° 33.33% 78.82%
HSB/HSV 93° 16.44% 85.88%
CMYK 9.13% 0.00% 16.44%
14.12%

Color #C7DBB7 in popluar number systems.

HEX C7 DB B7
Decimal 199 219 183
Binary 11000111 11011011 10110111
Octal 307 333 267

Shades and tints

Shades of #C7DBB7

#C7DBB7
(199,219,183)
#B5C8A7
(181,200,167)
#A3B597
(163,181,151)
#91A287
(145,162,135)
#7F8F77
(127,143,119)
#6D7C67
(109,124,103)
#5B6957
(91,105,87)
#495647
(73,86,71)
#374337
(55,67,55)
#253027
(37,48,39)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #C7DBB7

#C7DBB7
(199,219,183)
#CCDEBD
(204,222,189)
#D1E1C3
(209,225,195)
#D6E4C9
(214,228,201)
#DBE7CF
(219,231,207)
#E0EAD5
(224,234,213)
#E5EDDB
(229,237,219)
#EAF0E1
(234,240,225)
#EFF3E7
(239,243,231)
#F4F6ED
(244,246,237)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBB7; }

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

This text font color is #C7DBB7.

Background Color

.myBgColor { background-color: #C7DBB7; }

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

This div background color is #C7DBB7.

Border color

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

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

This div border color is #C7DBB7.

Opacity

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

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

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

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

This text has shadow with #C7DBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DBB7.

Preview

Color preview on black background

This text has color #C7DBB7 on black background.


Color preview on white background

This text has color #C7DBB7 on white background.


Black color preview on #C7DBB7 background

This text has black color on #C7DBB7 background.


White color preview on #C7DBB7 background

This text has white color on #C7DBB7 background.


Related colors

Complementary color

Complementary color for #hex is #382448.


I love getcolorcode.com

Triadic colors

1 #B7C7DB and #DBB7C7 with #C7DBB7 are triadic colors.

2 #B7DBC7 and #DBC7B7 with #C7DBB7 are triadic colors.