COLOR #C4CE7B

HEX: #C4CE7B
RGB: (196,206,123)

Color info

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

RGB color model

#C4CE7B color RGB value is (196,206,123).

  • red value is 196;
  • green value is 206;
  • blue value is 123.
RGB:
(196,206,123)
(77%,81%,48%)

RGB channels and saturation

R 196 of 255 = 77%
G 206 of 255 = 81%
B 123 of 255 = 48%

196
206
123

R + G + B ~ 69%. #C4CE7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 206 + 123 = 525 (100%)
R 196 of 525 ~ 37.33%
G 206 of 525 ~ 39.24%
B 123 of 525 ~ 23.43%

%37.33
%39.24
%23.43

CMYK color model

#C4CE7B color CMYK value is (5,0,40,19).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 40.29%
  • key color value is 19.22%
CMYK:
(5,0,40,19)
C5M0Y40K19 
(5%,0%,40%,19%)
(0.05/0.00/0.40/0.19)	

CMYK percentages

%4.85
%0
%40.29
%19.22

Codes

Color #C4CE7B in popluar color models

C4CE7B
RGB196206123
HSL67°45.86%64.51%
HSB/HSV67°40.29%80.78%
CMYK4.85%0.00%40.29%
19.22%

Color #C4CE7B in popluar number systems.

HEXC4CE7B
Decimal196206123
Binary11000100110011101111011
Octal304316173

Shades and tints

Shades of #C4CE7B

#C4CE7B
(196,206,123)
#B3BC70
(179,188,112)
#A2AA65
(162,170,101)
#91985A
(145,152,90)
#80864F
(128,134,79)
#6F7444
(111,116,68)
#5E6239
(94,98,57)
#4D502E
(77,80,46)
#3C3E23
(60,62,35)
#2B2C18
(43,44,24)
#1A1A0D
(26,26,13)
#000000
(0,0,0)

Tints of #C4CE7B

#C4CE7B
(196,206,123)
#C9D287
(201,210,135)
#CED693
(206,214,147)
#D3DA9F
(211,218,159)
#D8DEAB
(216,222,171)
#DDE2B7
(221,226,183)
#E2E6C3
(226,230,195)
#E7EACF
(231,234,207)
#ECEEDB
(236,238,219)
#F1F2E7
(241,242,231)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CE7B color. Also use rgb(196,206,123) instead hex code.

Text Font Color

.myTextColor { color: #C4CE7B; }

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

This text font color is #C4CE7B.


Background Color

.myBgColor { background-color: #C4CE7B; }

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

This div background color is #C4CE7B.


Border color

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

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

This div border color is #C4CE7B.


Opacity

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

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

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

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

This text has shadow with #C4CE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CE7B on black background.


Color preview on white background

This text has color #C4CE7B on white background.



Black color preview on #C4CE7B background

This text has black color on #C4CE7B background.


White color preview on #C4CE7B background

This text has white color on #C4CE7B background.