COLOR #CABB78

HEX: #CABB78
RGB: (202,187,120)

Color info

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

RGB color model

#CABB78 color RGB value is (202,187,120).

  • red value is 202;
  • green value is 187;
  • blue value is 120.
RGB:
(202,187,120)
(79%,73%,47%)

RGB channels and saturation

R 202 of 255 = 79%
G 187 of 255 = 73%
B 120 of 255 = 47%

202
187
120

R + G + B ~ 66%. #CABB78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 187 + 120 = 509 (100%)
R 202 of 509 ~ 39.69%
G 187 of 509 ~ 36.74%
B 120 of 509 ~ 23.58%

%39.69
%36.74
%23.58

CMYK color model

#CABB78 color CMYK value is (0,7,41,21).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 40.59%
  • key color value is 20.78%
CMYK:
(0,7,41,21)
C0M7Y41K21 
(0%,7%,41%,21%)
(0.00/0.07/0.41/0.21)	

CMYK percentages

%0
%7.43
%40.59
%20.78

Codes

Color #CABB78 in popluar color models

CABB78
RGB202187120
HSL49°43.62%63.14%
HSB/HSV49°40.59%79.22%
CMYK0.00%7.43%40.59%
20.78%

Color #CABB78 in popluar number systems.

HEXCABB78
Decimal202187120
Binary11001010101110111111000
Octal312273170

Shades and tints

Shades of #CABB78

#CABB78
(202,187,120)
#B8AA6E
(184,170,110)
#A69964
(166,153,100)
#94885A
(148,136,90)
#827750
(130,119,80)
#706646
(112,102,70)
#5E553C
(94,85,60)
#4C4432
(76,68,50)
#3A3328
(58,51,40)
#28221E
(40,34,30)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #CABB78

#CABB78
(202,187,120)
#CEC184
(206,193,132)
#D2C790
(210,199,144)
#D6CD9C
(214,205,156)
#DAD3A8
(218,211,168)
#DED9B4
(222,217,180)
#E2DFC0
(226,223,192)
#E6E5CC
(230,229,204)
#EAEBD8
(234,235,216)
#EEF1E4
(238,241,228)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABB78 color. Also use rgb(202,187,120) instead hex code.

Text Font Color

.myTextColor { color: #CABB78; }

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

This text font color is #CABB78.


Background Color

.myBgColor { background-color: #CABB78; }

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

This div background color is #CABB78.


Border color

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

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

This div border color is #CABB78.


Opacity

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

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

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

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

This text has shadow with #CABB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABB78 on black background.


Color preview on white background

This text has color #CABB78 on white background.



Black color preview on #CABB78 background

This text has black color on #CABB78 background.


White color preview on #CABB78 background

This text has white color on #CABB78 background.