COLOR #C4D099

HEX: #C4D099 RGB: (196,208,153)

Color info

#C4D099 contains red, green and blue colors in about the same proportion. Web safe color of #C4D099 is #CCCC99 (or #CC9).

RGB color model

#C4D099 color RGB value is (196,208,153).

RGB: (196,208,153) (77%, 82%, 60%)

RGB channels and saturation

R 196 of 255 = 77%
G 208 of 255 = 82%
B 153 of 255 = 60%

196
208
153

R + G + B ~ 73%. #C4D099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 208 + 153 = 557 (100%)
R 196 of 557 ~ 35.19%
G 208 of 557 ~ 37.34%
B 153 of 557 ~ 27.47'%

%35.19
%37.34
%27.47

CMYK color model

#C4D099 color CMYK value is (6,0,26,18).

  • cyan value is 5.77%
  • magenta value is 0.00%
  • yellow value is 26.44%
  • key color value is 18.43%

CMYK: (6,0,26,18)
C6M0Y26K18 (6%, 0%, 26%, 18%)
(0.06 / 0.00 / 0.26 / 0.18)

CMYK percentages

%5.77
%0
%26.44
%18.43

Codes

Color #C4D099 in popluar color models

C4 D0 99
RGB 196 208 153
HSL 73° 36.91% 70.78%
HSB/HSV 73° 26.44% 81.57%
CMYK 5.77% 0.00% 26.44%
18.43%

Color #C4D099 in popluar number systems.

HEX C4 D0 99
Decimal 196 208 153
Binary 11000100 11010000 10011001
Octal 304 320 231

Shades and tints

Shades of #C4D099

#C4D099
(196,208,153)
#B3BE8C
(179,190,140)
#A2AC7F
(162,172,127)
#919A72
(145,154,114)
#808865
(128,136,101)
#6F7658
(111,118,88)
#5E644B
(94,100,75)
#4D523E
(77,82,62)
#3C4031
(60,64,49)
#2B2E24
(43,46,36)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #C4D099

#C4D099
(196,208,153)
#C9D4A2
(201,212,162)
#CED8AB
(206,216,171)
#D3DCB4
(211,220,180)
#D8E0BD
(216,224,189)
#DDE4C6
(221,228,198)
#E2E8CF
(226,232,207)
#E7ECD8
(231,236,216)
#ECF0E1
(236,240,225)
#F1F4EA
(241,244,234)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D099 color. Also use rgb(196,208,153) instead hex code.

Text Font Color

.myTextColor { color: #C4D099; }

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

This text font color is #C4D099.

Background Color

.myBgColor { background-color: #C4D099; }

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

This div background color is #C4D099.

Border color

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

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

This div border color is #C4D099.

Opacity

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

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

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

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

This text has shadow with #C4D099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D099.

Preview

Color preview on black background

This text has color #C4D099 on black background.


Color preview on white background

This text has color #C4D099 on white background.


Black color preview on #C4D099 background

This text has black color on #C4D099 background.


White color preview on #C4D099 background

This text has white color on #C4D099 background.


Related colors

Complementary color

Complementary color for #hex is #3B2F66.


I love getcolorcode.com

Triadic colors

1 #99C4D0 and #D099C4 with #C4D099 are triadic colors.

2 #99D0C4 and #D0C499 with #C4D099 are triadic colors.