COLOR #C8DF90

HEX: #C8DF90 RGB: (200,223,144)

Color info

#C8DF90 contains mainly red and green colors. Web safe color of #C8DF90 is #CCCC99 (or #CC9).

RGB color model

#C8DF90 color RGB value is (200,223,144).

RGB: (200,223,144) (78%, 87%, 56%)

RGB channels and saturation

R 200 of 255 = 78%
G 223 of 255 = 87%
B 144 of 255 = 56%

200
223
144

R + G + B ~ 74%. #C8DF90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 223 + 144 = 567 (100%)
R 200 of 567 ~ 35.27%
G 223 of 567 ~ 39.33%
B 144 of 567 ~ 25.4'%

%35.27
%39.33
%25.4

CMYK color model

#C8DF90 color CMYK value is (10,0,35,13).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 35.43%
  • key color value is 12.55%

CMYK: (10,0,35,13)
C10M0Y35K13 (10%, 0%, 35%, 13%)
(0.10 / 0.00 / 0.35 / 0.13)

CMYK percentages

%10.31
%0
%35.43
%12.55

Codes

Color #C8DF90 in popluar color models

C8 DF 90
RGB 200 223 144
HSL 77° 55.24% 71.96%
HSB/HSV 77° 35.43% 87.45%
CMYK 10.31% 0.00% 35.43%
12.55%

Color #C8DF90 in popluar number systems.

HEX C8 DF 90
Decimal 200 223 144
Binary 11001000 11011111 10010000
Octal 310 337 220

Shades and tints

Shades of #C8DF90

#C8DF90
(200,223,144)
#B6CB83
(182,203,131)
#A4B776
(164,183,118)
#92A369
(146,163,105)
#808F5C
(128,143,92)
#6E7B4F
(110,123,79)
#5C6742
(92,103,66)
#4A5335
(74,83,53)
#383F28
(56,63,40)
#262B1B
(38,43,27)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #C8DF90

#C8DF90
(200,223,144)
#CDE19A
(205,225,154)
#D2E3A4
(210,227,164)
#D7E5AE
(215,229,174)
#DCE7B8
(220,231,184)
#E1E9C2
(225,233,194)
#E6EBCC
(230,235,204)
#EBEDD6
(235,237,214)
#F0EFE0
(240,239,224)
#F5F1EA
(245,241,234)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DF90 color. Also use rgb(200,223,144) instead hex code.

Text Font Color

.myTextColor { color: #C8DF90; }

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

This text font color is #C8DF90.

Background Color

.myBgColor { background-color: #C8DF90; }

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

This div background color is #C8DF90.

Border color

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

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

This div border color is #C8DF90.

Opacity

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

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

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

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

This text has shadow with #C8DF90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DF90.

Preview

Color preview on black background

This text has color #C8DF90 on black background.


Color preview on white background

This text has color #C8DF90 on white background.


Black color preview on #C8DF90 background

This text has black color on #C8DF90 background.


White color preview on #C8DF90 background

This text has white color on #C8DF90 background.


Related colors

Complementary color

Complementary color for #hex is #37206F.


I love getcolorcode.com

Triadic colors

1 #90C8DF and #DF90C8 with #C8DF90 are triadic colors.

2 #90DFC8 and #DFC890 with #C8DF90 are triadic colors.