COLOR #C4D671

HEX: #C4D671
RGB: (196,214,113)

Color info

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

RGB color model

#C4D671 color RGB value is (196,214,113).

  • red value is 196;
  • green value is 214;
  • blue value is 113.
RGB:
(196,214,113)
(77%,84%,44%)

RGB channels and saturation

R 196 of 255 = 77%
G 214 of 255 = 84%
B 113 of 255 = 44%

196
214
113

R + G + B ~ 68%. #C4D671 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 214 + 113 = 523 (100%)
R 196 of 523 ~ 37.48%
G 214 of 523 ~ 40.92%
B 113 of 523 ~ 21.61%

%37.48
%40.92
%21.61

CMYK color model

#C4D671 color CMYK value is (8,0,47,16).

  • cyan value is 8.41%
  • magenta value is 0.00%
  • yellow value is 47.20%
  • key color value is 16.08%
CMYK:
(8,0,47,16)
C8M0Y47K16 
(8%,0%,47%,16%)
(0.08/0.00/0.47/0.16)	

CMYK percentages

%8.41
%0
%47.2
%16.08

Codes

Color #C4D671 in popluar color models

C4D671
RGB196214113
HSL71°55.19%64.12%
HSB/HSV71°47.20%83.92%
CMYK8.41%0.00%47.20%
16.08%

Color #C4D671 in popluar number systems.

HEXC4D671
Decimal196214113
Binary11000100110101101110001
Octal304326161

Shades and tints

Shades of #C4D671

#C4D671
(196,214,113)
#B3C367
(179,195,103)
#A2B05D
(162,176,93)
#919D53
(145,157,83)
#808A49
(128,138,73)
#6F773F
(111,119,63)
#5E6435
(94,100,53)
#4D512B
(77,81,43)
#3C3E21
(60,62,33)
#2B2B17
(43,43,23)
#1A180D
(26,24,13)
#000000
(0,0,0)

Tints of #C4D671

#C4D671
(196,214,113)
#C9D97D
(201,217,125)
#CEDC89
(206,220,137)
#D3DF95
(211,223,149)
#D8E2A1
(216,226,161)
#DDE5AD
(221,229,173)
#E2E8B9
(226,232,185)
#E7EBC5
(231,235,197)
#ECEED1
(236,238,209)
#F1F1DD
(241,241,221)
#F6F4E9
(246,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D671 color. Also use rgb(196,214,113) instead hex code.

Text Font Color

.myTextColor { color: #C4D671; }

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

This text font color is #C4D671.


Background Color

.myBgColor { background-color: #C4D671; }

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

This div background color is #C4D671.


Border color

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

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

This div border color is #C4D671.


Opacity

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

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

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

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

This text has shadow with #C4D671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D671 on black background.


Color preview on white background

This text has color #C4D671 on white background.



Black color preview on #C4D671 background

This text has black color on #C4D671 background.


White color preview on #C4D671 background

This text has white color on #C4D671 background.