COLOR #C8DB76

HEX: #C8DB76 RGB: (200,219,118)

Color info

#C8DB76 contains mainly red and green colors. Web safe color of #C8DB76 is #CCCC66 (or #CC6).

RGB color model

#C8DB76 color RGB value is (200,219,118).

RGB: (200,219,118) (78%, 86%, 46%)

RGB channels and saturation

R 200 of 255 = 78%
G 219 of 255 = 86%
B 118 of 255 = 46%

200
219
118

R + G + B ~ 70%. #C8DB76 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 219 + 118 = 537 (100%)
R 200 of 537 ~ 37.24%
G 219 of 537 ~ 40.78%
B 118 of 537 ~ 21.97'%

%37.24
%40.78
%21.97

CMYK color model

#C8DB76 color CMYK value is (9,0,46,14).

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 46.12%
  • key color value is 14.12%

CMYK: (9,0,46,14)
C9M0Y46K14 (9%, 0%, 46%, 14%)
(0.09 / 0.00 / 0.46 / 0.14)

CMYK percentages

%8.68
%0
%46.12
%14.12

Codes

Color #C8DB76 in popluar color models

C8 DB 76
RGB 200 219 118
HSL 71° 58.38% 66.08%
HSB/HSV 71° 46.12% 85.88%
CMYK 8.68% 0.00% 46.12%
14.12%

Color #C8DB76 in popluar number systems.

HEX C8 DB 76
Decimal 200 219 118
Binary 11001000 11011011 1110110
Octal 310 333 166

Shades and tints

Shades of #C8DB76

#C8DB76
(200,219,118)
#B6C86C
(182,200,108)
#A4B562
(164,181,98)
#92A258
(146,162,88)
#808F4E
(128,143,78)
#6E7C44
(110,124,68)
#5C693A
(92,105,58)
#4A5630
(74,86,48)
#384326
(56,67,38)
#26301C
(38,48,28)
#141D12
(20,29,18)
#000000
(0,0,0)

Tints of #C8DB76

#C8DB76
(200,219,118)
#CDDE82
(205,222,130)
#D2E18E
(210,225,142)
#D7E49A
(215,228,154)
#DCE7A6
(220,231,166)
#E1EAB2
(225,234,178)
#E6EDBE
(230,237,190)
#EBF0CA
(235,240,202)
#F0F3D6
(240,243,214)
#F5F6E2
(245,246,226)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DB76 color. Also use rgb(200,219,118) instead hex code.

Text Font Color

.myTextColor { color: #C8DB76; }

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

This text font color is #C8DB76.

Background Color

.myBgColor { background-color: #C8DB76; }

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

This div background color is #C8DB76.

Border color

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

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

This div border color is #C8DB76.

Opacity

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

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

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

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

This text has shadow with #C8DB76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DB76.

Preview

Color preview on black background

This text has color #C8DB76 on black background.


Color preview on white background

This text has color #C8DB76 on white background.


Black color preview on #C8DB76 background

This text has black color on #C8DB76 background.


White color preview on #C8DB76 background

This text has white color on #C8DB76 background.


Related colors

Complementary color

Complementary color for #hex is #372489.


I love getcolorcode.com

Triadic colors

1 #76C8DB and #DB76C8 with #C8DB76 are triadic colors.

2 #76DBC8 and #DBC876 with #C8DB76 are triadic colors.