COLOR #C4DB82

HEX: #C4DB82 RGB: (196,219,130)

Color info

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

RGB color model

#C4DB82 color RGB value is (196,219,130).

RGB: (196,219,130) (77%, 86%, 51%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 130 of 255 = 51%

196
219
130

R + G + B ~ 71%. #C4DB82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 219 + 130 = 545 (100%)
R 196 of 545 ~ 35.96%
G 219 of 545 ~ 40.18%
B 130 of 545 ~ 23.85'%

%35.96
%40.18
%23.85

CMYK color model

#C4DB82 color CMYK value is (11,0,41,14).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 40.64%
  • key color value is 14.12%

CMYK: (11,0,41,14)
C11M0Y41K14 (11%, 0%, 41%, 14%)
(0.11 / 0.00 / 0.41 / 0.14)

CMYK percentages

%10.5
%0
%40.64
%14.12

Codes

Color #C4DB82 in popluar color models

C4 DB 82
RGB 196 219 130
HSL 76° 55.28% 68.43%
HSB/HSV 76° 40.64% 85.88%
CMYK 10.50% 0.00% 40.64%
14.12%

Color #C4DB82 in popluar number systems.

HEX C4 DB 82
Decimal 196 219 130
Binary 11000100 11011011 10000010
Octal 304 333 202

Shades and tints

Shades of #C4DB82

#C4DB82
(196,219,130)
#B3C877
(179,200,119)
#A2B56C
(162,181,108)
#91A261
(145,162,97)
#808F56
(128,143,86)
#6F7C4B
(111,124,75)
#5E6940
(94,105,64)
#4D5635
(77,86,53)
#3C432A
(60,67,42)
#2B301F
(43,48,31)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #C4DB82

#C4DB82
(196,219,130)
#C9DE8D
(201,222,141)
#CEE198
(206,225,152)
#D3E4A3
(211,228,163)
#D8E7AE
(216,231,174)
#DDEAB9
(221,234,185)
#E2EDC4
(226,237,196)
#E7F0CF
(231,240,207)
#ECF3DA
(236,243,218)
#F1F6E5
(241,246,229)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DB82 color. Also use rgb(196,219,130) instead hex code.

Text Font Color

.myTextColor { color: #C4DB82; }

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

This text font color is #C4DB82.

Background Color

.myBgColor { background-color: #C4DB82; }

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

This div background color is #C4DB82.

Border color

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

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

This div border color is #C4DB82.

Opacity

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

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

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

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

This text has shadow with #C4DB82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DB82.

Preview

Color preview on black background

This text has color #C4DB82 on black background.


Color preview on white background

This text has color #C4DB82 on white background.


Black color preview on #C4DB82 background

This text has black color on #C4DB82 background.


White color preview on #C4DB82 background

This text has white color on #C4DB82 background.


Related colors

Complementary color

Complementary color for #hex is #3B247D.


I love getcolorcode.com

Triadic colors

1 #82C4DB and #DB82C4 with #C4DB82 are triadic colors.

2 #82DBC4 and #DBC482 with #C4DB82 are triadic colors.