COLOR #C4D993

HEX: #C4D993 RGB: (196,217,147)

Color info

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

RGB color model

#C4D993 color RGB value is (196,217,147).

RGB: (196,217,147) (77%, 85%, 58%)

RGB channels and saturation

R 196 of 255 = 77%
G 217 of 255 = 85%
B 147 of 255 = 58%

196
217
147

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

Portions of RGB colors in percentages

R + G + B = 196 + 217 + 147 = 560 (100%)
R 196 of 560 ~ 35%
G 217 of 560 ~ 38.75%
B 147 of 560 ~ 26.25'%

%35
%38.75
%26.25

CMYK color model

#C4D993 color CMYK value is (10,0,32,15).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 32.26%
  • key color value is 14.90%
CMYK: (10,0,32,15) C10M0Y32K15 (10%,0%,32%,15%) (0.10/0.00/0.32/0.15) 

CMYK percentages

%9.68
%0
%32.26
%14.9

Codes

Color #C4D993 in popluar color models

C4 D9 93
RGB 196 217 147
HSL 78° 47.95% 71.37%
HSB/HSV 78° 32.26% 85.10%
CMYK 9.68% 0.00% 32.26%
14.90%

Color #C4D993 in popluar number systems.

HEX C4 D9 93
Decimal 196 217 147
Binary 11000100 11011001 10010011
Octal 304 331 223

Shades and tints

Shades of #C4D993

#C4D993
(196,217,147)
#B3C686
(179,198,134)
#A2B379
(162,179,121)
#91A06C
(145,160,108)
#808D5F
(128,141,95)
#6F7A52
(111,122,82)
#5E6745
(94,103,69)
#4D5438
(77,84,56)
#3C412B
(60,65,43)
#2B2E1E
(43,46,30)
#1A1B11
(26,27,17)
#000000
(0,0,0)

Tints of #C4D993

#C4D993
(196,217,147)
#C9DC9C
(201,220,156)
#CEDFA5
(206,223,165)
#D3E2AE
(211,226,174)
#D8E5B7
(216,229,183)
#DDE8C0
(221,232,192)
#E2EBC9
(226,235,201)
#E7EED2
(231,238,210)
#ECF1DB
(236,241,219)
#F1F4E4
(241,244,228)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D993 color. Also use rgb(196,217,147) instead hex code.

Text Font Color

.myTextColor { color: #C4D993; }

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

This text font color is #C4D993.

Background Color

.myBgColor { background-color: #C4D993; }

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

This div background color is #C4D993.

Border color

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

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

This div border color is #C4D993.

Opacity

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

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

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

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

This text has shadow with #C4D993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D993.

Preview

Color preview on black background

This text has color #C4D993 on black background.


Color preview on white background

This text has color #C4D993 on white background.


Black color preview on #C4D993 background

This text has black color on #C4D993 background.


White color preview on #C4D993 background

This text has white color on #C4D993 background.


Related colors

Complementary color

Complementary color for #hex is #3B266C.


I love getcolorcode.com

Triadic colors

1 #93C4D9 and #D993C4 with #C4D993 are triadic colors.

2 #93D9C4 and #D9C493 with #C4D993 are triadic colors.