COLOR #CCBD95

HEX: #CCBD95 RGB: (204,189,149)

Color info

#CCBD95 contains red, green and blue colors in about the same proportion. Web safe color of #CCBD95 is #CCCC99 (or #CC9).

RGB color model

#CCBD95 color RGB value is (204,189,149).

RGB: (204,189,149) (80%, 74%, 58%)

RGB channels and saturation

R 204 of 255 = 80%
G 189 of 255 = 74%
B 149 of 255 = 58%

204
189
149

R + G + B ~ 71%. #CCBD95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 189 + 149 = 542 (100%)
R 204 of 542 ~ 37.64%
G 189 of 542 ~ 34.87%
B 149 of 542 ~ 27.49'%

%37.64
%34.87
%27.49

CMYK color model

#CCBD95 color CMYK value is (0,7,27,20).

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

CMYK: (0,7,27,20)
C0M7Y27K20 (0%, 7%, 27%, 20%)
(0.00 / 0.07 / 0.27 / 0.20)

CMYK percentages

%0
%7.35
%26.96
%20

Codes

Color #CCBD95 in popluar color models

CC BD 95
RGB 204 189 149
HSL 44° 35.03% 69.22%
HSB/HSV 44° 26.96% 80.00%
CMYK 0.00% 7.35% 26.96%
20.00%

Color #CCBD95 in popluar number systems.

HEX CC BD 95
Decimal 204 189 149
Binary 11001100 10111101 10010101
Octal 314 275 225

Shades and tints

Shades of #CCBD95

#CCBD95
(204,189,149)
#BAAC88
(186,172,136)
#A89B7B
(168,155,123)
#968A6E
(150,138,110)
#847961
(132,121,97)
#726854
(114,104,84)
#605747
(96,87,71)
#4E463A
(78,70,58)
#3C352D
(60,53,45)
#2A2420
(42,36,32)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #CCBD95

#CCBD95
(204,189,149)
#D0C39E
(208,195,158)
#D4C9A7
(212,201,167)
#D8CFB0
(216,207,176)
#DCD5B9
(220,213,185)
#E0DBC2
(224,219,194)
#E4E1CB
(228,225,203)
#E8E7D4
(232,231,212)
#ECEDDD
(236,237,221)
#F0F3E6
(240,243,230)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBD95; }

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

This text font color is #CCBD95.

Background Color

.myBgColor { background-color: #CCBD95; }

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

This div background color is #CCBD95.

Border color

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

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

This div border color is #CCBD95.

Opacity

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

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

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

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

This text has shadow with #CCBD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBD95.

Preview

Color preview on black background

This text has color #CCBD95 on black background.


Color preview on white background

This text has color #CCBD95 on white background.


Black color preview on #CCBD95 background

This text has black color on #CCBD95 background.


White color preview on #CCBD95 background

This text has white color on #CCBD95 background.


Related colors

Complementary color

Complementary color for #hex is #33426A.


I love getcolorcode.com

Triadic colors

1 #95CCBD and #BD95CC with #CCBD95 are triadic colors.

2 #95BDCC and #BDCC95 with #CCBD95 are triadic colors.