COLOR #C7DEBB

HEX: #C7DEBB RGB: (199,222,187)

Color info

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

RGB color model

#C7DEBB color RGB value is (199,222,187).

RGB: (199,222,187) (78%, 87%, 73%)

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 187 of 255 = 73%

199
222
187

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

Portions of RGB colors in percentages

R + G + B = 199 + 222 + 187 = 608 (100%)
R 199 of 608 ~ 32.73%
G 222 of 608 ~ 36.51%
B 187 of 608 ~ 30.76'%

%32.73
%36.51
%30.76

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 15.77%
  • key color value is 12.94%
CMYK: (10,0,16,13) C10M0Y16K13 (10%,0%,16%,13%) (0.10/0.00/0.16/0.13) 

CMYK percentages

%10.36
%0
%15.77
%12.94

Codes

Color #C7DEBB in popluar color models

C7 DE BB
RGB 199 222 187
HSL 99° 34.65% 80.20%
HSB/HSV 99° 15.77% 87.06%
CMYK 10.36% 0.00% 15.77%
12.94%

Color #C7DEBB in popluar number systems.

HEX C7 DE BB
Decimal 199 222 187
Binary 11000111 11011110 10111011
Octal 307 336 273

Shades and tints

Shades of #C7DEBB

#C7DEBB
(199,222,187)
#B5CAAA
(181,202,170)
#A3B699
(163,182,153)
#91A288
(145,162,136)
#7F8E77
(127,142,119)
#6D7A66
(109,122,102)
#5B6655
(91,102,85)
#495244
(73,82,68)
#373E33
(55,62,51)
#252A22
(37,42,34)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #C7DEBB

#C7DEBB
(199,222,187)
#CCE1C1
(204,225,193)
#D1E4C7
(209,228,199)
#D6E7CD
(214,231,205)
#DBEAD3
(219,234,211)
#E0EDD9
(224,237,217)
#E5F0DF
(229,240,223)
#EAF3E5
(234,243,229)
#EFF6EB
(239,246,235)
#F4F9F1
(244,249,241)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DEBB color. Also use rgb(199,222,187) instead hex code.

Text Font Color

.myTextColor { color: #C7DEBB; }

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

This text font color is #C7DEBB.

Background Color

.myBgColor { background-color: #C7DEBB; }

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

This div background color is #C7DEBB.

Border color

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

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

This div border color is #C7DEBB.

Opacity

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

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

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

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

This text has shadow with #C7DEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DEBB.

Preview

Color preview on black background

This text has color #C7DEBB on black background.


Color preview on white background

This text has color #C7DEBB on white background.


Black color preview on #C7DEBB background

This text has black color on #C7DEBB background.


White color preview on #C7DEBB background

This text has white color on #C7DEBB background.


Related colors

Complementary color

Complementary color for #hex is #382144.


I love getcolorcode.com

Triadic colors

1 #BBC7DE and #DEBBC7 with #C7DEBB are triadic colors.

2 #BBDEC7 and #DEC7BB with #C7DEBB are triadic colors.