COLOR #CCBE7C

HEX: #CCBE7C RGB: (204,190,124)

Color info

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

RGB color model

#CCBE7C color RGB value is (204,190,124).

RGB: (204,190,124) (80%, 75%, 49%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 124 of 255 = 49%

204
190
124

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

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 124 = 518 (100%)
R 204 of 518 ~ 39.38%
G 190 of 518 ~ 36.68%
B 124 of 518 ~ 23.94'%

%39.38
%36.68
%23.94

CMYK color model

#CCBE7C color CMYK value is (0,7,39,20).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 39.22%
  • key color value is 20.00%

CMYK: (0,7,39,20)
C0M7Y39K20 (0%, 7%, 39%, 20%)
(0.00 / 0.07 / 0.39 / 0.20)

CMYK percentages

%0
%6.86
%39.22
%20

Codes

Color #CCBE7C in popluar color models

CC BE 7C
RGB 204 190 124
HSL 50° 43.96% 64.31%
HSB/HSV 50° 39.22% 80.00%
CMYK 0.00% 6.86% 39.22%
20.00%

Color #CCBE7C in popluar number systems.

HEX CC BE 7C
Decimal 204 190 124
Binary 11001100 10111110 1111100
Octal 314 276 174

Shades and tints

Shades of #CCBE7C

#CCBE7C
(204,190,124)
#BAAD71
(186,173,113)
#A89C66
(168,156,102)
#968B5B
(150,139,91)
#847A50
(132,122,80)
#726945
(114,105,69)
#60583A
(96,88,58)
#4E472F
(78,71,47)
#3C3624
(60,54,36)
#2A2519
(42,37,25)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #CCBE7C

#CCBE7C
(204,190,124)
#D0C387
(208,195,135)
#D4C892
(212,200,146)
#D8CD9D
(216,205,157)
#DCD2A8
(220,210,168)
#E0D7B3
(224,215,179)
#E4DCBE
(228,220,190)
#E8E1C9
(232,225,201)
#ECE6D4
(236,230,212)
#F0EBDF
(240,235,223)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBE7C color. Also use rgb(204,190,124) instead hex code.

Text Font Color

.myTextColor { color: #CCBE7C; }

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

This text font color is #CCBE7C.

Background Color

.myBgColor { background-color: #CCBE7C; }

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

This div background color is #CCBE7C.

Border color

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

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

This div border color is #CCBE7C.

Opacity

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

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

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

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

This text has shadow with #CCBE7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBE7C.

Preview

Color preview on black background

This text has color #CCBE7C on black background.


Color preview on white background

This text has color #CCBE7C on white background.


Black color preview on #CCBE7C background

This text has black color on #CCBE7C background.


White color preview on #CCBE7C background

This text has white color on #CCBE7C background.


Related colors

Complementary color

Complementary color for #hex is #334183.


I love getcolorcode.com

Triadic colors

1 #7CCCBE and #BE7CCC with #CCBE7C are triadic colors.

2 #7CBECC and #BECC7C with #CCBE7C are triadic colors.