COLOR #C8DEBE

HEX: #C8DEBE RGB: (200,222,190)

Color info

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

RGB color model

#C8DEBE color RGB value is (200,222,190).

RGB: (200,222,190) (78%, 87%, 75%)

RGB channels and saturation

R 200 of 255 = 78%
G 222 of 255 = 87%
B 190 of 255 = 75%

200
222
190

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

Portions of RGB colors in percentages

R + G + B = 200 + 222 + 190 = 612 (100%)
R 200 of 612 ~ 32.68%
G 222 of 612 ~ 36.27%
B 190 of 612 ~ 31.05'%

%32.68
%36.27
%31.05

CMYK color model

#C8DEBE color CMYK value is (10,0,14,13).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 12.94%

CMYK: (10,0,14,13)
C10M0Y14K13 (10%, 0%, 14%, 13%)
(0.10 / 0.00 / 0.14 / 0.13)

CMYK percentages

%9.91
%0
%14.41
%12.94

Codes

Color #C8DEBE in popluar color models

C8 DE BE
RGB 200 222 190
HSL 101° 32.65% 80.78%
HSB/HSV 101° 14.41% 87.06%
CMYK 9.91% 0.00% 14.41%
12.94%

Color #C8DEBE in popluar number systems.

HEX C8 DE BE
Decimal 200 222 190
Binary 11001000 11011110 10111110
Octal 310 336 276

Shades and tints

Shades of #C8DEBE

#C8DEBE
(200,222,190)
#B6CAAD
(182,202,173)
#A4B69C
(164,182,156)
#92A28B
(146,162,139)
#808E7A
(128,142,122)
#6E7A69
(110,122,105)
#5C6658
(92,102,88)
#4A5247
(74,82,71)
#383E36
(56,62,54)
#262A25
(38,42,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #C8DEBE

#C8DEBE
(200,222,190)
#CDE1C3
(205,225,195)
#D2E4C8
(210,228,200)
#D7E7CD
(215,231,205)
#DCEAD2
(220,234,210)
#E1EDD7
(225,237,215)
#E6F0DC
(230,240,220)
#EBF3E1
(235,243,225)
#F0F6E6
(240,246,230)
#F5F9EB
(245,249,235)
#FAFCF0
(250,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DEBE color. Also use rgb(200,222,190) instead hex code.

Text Font Color

.myTextColor { color: #C8DEBE; }

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

This text font color is #C8DEBE.

Background Color

.myBgColor { background-color: #C8DEBE; }

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

This div background color is #C8DEBE.

Border color

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

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

This div border color is #C8DEBE.

Opacity

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

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

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

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

This text has shadow with #C8DEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DEBE.

Preview

Color preview on black background

This text has color #C8DEBE on black background.


Color preview on white background

This text has color #C8DEBE on white background.


Black color preview on #C8DEBE background

This text has black color on #C8DEBE background.


White color preview on #C8DEBE background

This text has white color on #C8DEBE background.


Related colors

Complementary color

Complementary color for #hex is #372141.


I love getcolorcode.com

Triadic colors

1 #BEC8DE and #DEBEC8 with #C8DEBE are triadic colors.

2 #BEDEC8 and #DEC8BE with #C8DEBE are triadic colors.