COLOR #C7DEBD

HEX: #C7DEBD RGB: (199,222,189)

Color info

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

RGB color model

#C7DEBD color RGB value is (199,222,189).

RGB: (199,222,189) (78%, 87%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 189 of 255 = 74%

199
222
189

R + G + B ~ 80%. #C7DEBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 222 + 189 = 610 (100%)
R 199 of 610 ~ 32.62%
G 222 of 610 ~ 36.39%
B 189 of 610 ~ 30.98'%

%32.62
%36.39
%30.98

CMYK color model

#C7DEBD color CMYK value is (10,0,15,13).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 14.86%
  • key color value is 12.94%

CMYK: (10,0,15,13)
C10M0Y15K13 (10%, 0%, 15%, 13%)
(0.10 / 0.00 / 0.15 / 0.13)

CMYK percentages

%10.36
%0
%14.86
%12.94

Codes

Color #C7DEBD in popluar color models

C7 DE BD
RGB 199 222 189
HSL 102° 33.33% 80.59%
HSB/HSV 102° 14.86% 87.06%
CMYK 10.36% 0.00% 14.86%
12.94%

Color #C7DEBD in popluar number systems.

HEX C7 DE BD
Decimal 199 222 189
Binary 11000111 11011110 10111101
Octal 307 336 275

Shades and tints

Shades of #C7DEBD

#C7DEBD
(199,222,189)
#B5CAAC
(181,202,172)
#A3B69B
(163,182,155)
#91A28A
(145,162,138)
#7F8E79
(127,142,121)
#6D7A68
(109,122,104)
#5B6657
(91,102,87)
#495246
(73,82,70)
#373E35
(55,62,53)
#252A24
(37,42,36)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #C7DEBD

#C7DEBD
(199,222,189)
#CCE1C3
(204,225,195)
#D1E4C9
(209,228,201)
#D6E7CF
(214,231,207)
#DBEAD5
(219,234,213)
#E0EDDB
(224,237,219)
#E5F0E1
(229,240,225)
#EAF3E7
(234,243,231)
#EFF6ED
(239,246,237)
#F4F9F3
(244,249,243)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DEBD; }

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

This text font color is #C7DEBD.

Background Color

.myBgColor { background-color: #C7DEBD; }

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

This div background color is #C7DEBD.

Border color

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

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

This div border color is #C7DEBD.

Opacity

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

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

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

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

This text has shadow with #C7DEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DEBD.

Preview

Color preview on black background

This text has color #C7DEBD on black background.


Color preview on white background

This text has color #C7DEBD on white background.


Black color preview on #C7DEBD background

This text has black color on #C7DEBD background.


White color preview on #C7DEBD background

This text has white color on #C7DEBD background.


Related colors

Complementary color

Complementary color for #hex is #382142.


I love getcolorcode.com

Triadic colors

1 #BDC7DE and #DEBDC7 with #C7DEBD are triadic colors.

2 #BDDEC7 and #DEC7BD with #C7DEBD are triadic colors.