COLOR #CCBD77

HEX: #CCBD77
RGB: (204,189,119)

Color info

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

RGB color model

#CCBD77 color RGB value is (204,189,119).

  • red value is 204;
  • green value is 189;
  • blue value is 119.
RGB:
(204,189,119)
(80%,74%,47%)

RGB channels and saturation

R 204 of 255 = 80%
G 189 of 255 = 74%
B 119 of 255 = 47%

204
189
119

R + G + B ~ 67%. #CCBD77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 189 + 119 = 512 (100%)
R 204 of 512 ~ 39.84%
G 189 of 512 ~ 36.91%
B 119 of 512 ~ 23.24%

%39.84
%36.91
%23.24

CMYK color model

#CCBD77 color CMYK value is (0,7,42,20).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 41.67%
  • key color value is 20.00%
CMYK:
(0,7,42,20)
C0M7Y42K20 
(0%,7%,42%,20%)
(0.00/0.07/0.42/0.20)	

CMYK percentages

%0
%7.35
%41.67
%20

Codes

Color #CCBD77 in popluar color models

CCBD77
RGB204189119
HSL49°45.45%63.33%
HSB/HSV49°41.67%80.00%
CMYK0.00%7.35%41.67%
20.00%

Color #CCBD77 in popluar number systems.

HEXCCBD77
Decimal204189119
Binary11001100101111011110111
Octal314275167

Shades and tints

Shades of #CCBD77

#CCBD77
(204,189,119)
#BAAC6D
(186,172,109)
#A89B63
(168,155,99)
#968A59
(150,138,89)
#84794F
(132,121,79)
#726845
(114,104,69)
#60573B
(96,87,59)
#4E4631
(78,70,49)
#3C3527
(60,53,39)
#2A241D
(42,36,29)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CCBD77

#CCBD77
(204,189,119)
#D0C383
(208,195,131)
#D4C98F
(212,201,143)
#D8CF9B
(216,207,155)
#DCD5A7
(220,213,167)
#E0DBB3
(224,219,179)
#E4E1BF
(228,225,191)
#E8E7CB
(232,231,203)
#ECEDD7
(236,237,215)
#F0F3E3
(240,243,227)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBD77 color. Also use rgb(204,189,119) instead hex code.

Text Font Color

.myTextColor { color: #CCBD77; }

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

This text font color is #CCBD77.


Background Color

.myBgColor { background-color: #CCBD77; }

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

This div background color is #CCBD77.


Border color

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

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

This div border color is #CCBD77.


Opacity

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

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

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

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

This text has shadow with #CCBD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCBD77 on black background.


Color preview on white background

This text has color #CCBD77 on white background.



Black color preview on #CCBD77 background

This text has black color on #CCBD77 background.


White color preview on #CCBD77 background

This text has white color on #CCBD77 background.