COLOR #CCBD6B

HEX: #CCBD6B RGB: (204,189,107)

Color info

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

RGB color model

#CCBD6B color RGB value is (204,189,107).

RGB: (204,189,107) (80%, 74%, 42%)

RGB channels and saturation

R 204 of 255 = 80%
G 189 of 255 = 74%
B 107 of 255 = 42%

204
189
107

R + G + B ~ 65%. #CCBD6B is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 189 + 107 = 500 (100%)
R 204 of 500 ~ 40.8%
G 189 of 500 ~ 37.8%
B 107 of 500 ~ 21.4'%

%40.8
%37.8
%21.4

CMYK color model

#CCBD6B color CMYK value is (0,7,48,20).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 47.55%
  • key color value is 20.00%

CMYK: (0,7,48,20)
C0M7Y48K20 (0%, 7%, 48%, 20%)
(0.00 / 0.07 / 0.48 / 0.20)

CMYK percentages

%0
%7.35
%47.55
%20

Codes

Color #CCBD6B in popluar color models

CC BD 6B
RGB 204 189 107
HSL 51° 48.74% 60.98%
HSB/HSV 51° 47.55% 80.00%
CMYK 0.00% 7.35% 47.55%
20.00%

Color #CCBD6B in popluar number systems.

HEX CC BD 6B
Decimal 204 189 107
Binary 11001100 10111101 1101011
Octal 314 275 153

Shades and tints

Shades of #CCBD6B

#CCBD6B
(204,189,107)
#BAAC62
(186,172,98)
#A89B59
(168,155,89)
#968A50
(150,138,80)
#847947
(132,121,71)
#72683E
(114,104,62)
#605735
(96,87,53)
#4E462C
(78,70,44)
#3C3523
(60,53,35)
#2A241A
(42,36,26)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #CCBD6B

#CCBD6B
(204,189,107)
#D0C378
(208,195,120)
#D4C985
(212,201,133)
#D8CF92
(216,207,146)
#DCD59F
(220,213,159)
#E0DBAC
(224,219,172)
#E4E1B9
(228,225,185)
#E8E7C6
(232,231,198)
#ECEDD3
(236,237,211)
#F0F3E0
(240,243,224)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBD6B; }

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

This text font color is #CCBD6B.

Background Color

.myBgColor { background-color: #CCBD6B; }

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

This div background color is #CCBD6B.

Border color

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

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

This div border color is #CCBD6B.

Opacity

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

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

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

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

This text has shadow with #CCBD6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBD6B.

Preview

Color preview on black background

This text has color #CCBD6B on black background.


Color preview on white background

This text has color #CCBD6B on white background.


Black color preview on #CCBD6B background

This text has black color on #CCBD6B background.


White color preview on #CCBD6B background

This text has white color on #CCBD6B background.


Related colors

Complementary color

Complementary color for #hex is #334294.


I love getcolorcode.com

Triadic colors

1 #6BCCBD and #BD6BCC with #CCBD6B are triadic colors.

2 #6BBDCC and #BDCC6B with #CCBD6B are triadic colors.