COLOR #C7CB7B

HEX: #C7CB7B RGB: (199,203,123)

Color info

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

RGB color model

#C7CB7B color RGB value is (199,203,123).

RGB: (199,203,123) (78%, 80%, 48%)

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 123 of 255 = 48%

199
203
123

R + G + B ~ 69%. #C7CB7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 203 + 123 = 525 (100%)
R 199 of 525 ~ 37.9%
G 203 of 525 ~ 38.67%
B 123 of 525 ~ 23.43'%

%37.9
%38.67
%23.43

CMYK color model

#C7CB7B color CMYK value is (2,0,39,20).

  • cyan value is 1.97%
  • magenta value is 0.00%
  • yellow value is 39.41%
  • key color value is 20.39%

CMYK: (2,0,39,20)
C2M0Y39K20 (2%, 0%, 39%, 20%)
(0.02 / 0.00 / 0.39 / 0.20)

CMYK percentages

%1.97
%0
%39.41
%20.39

Codes

Color #C7CB7B in popluar color models

C7 CB 7B
RGB 199 203 123
HSL 63° 43.48% 63.92%
HSB/HSV 63° 39.41% 79.61%
CMYK 1.97% 0.00% 39.41%
20.39%

Color #C7CB7B in popluar number systems.

HEX C7 CB 7B
Decimal 199 203 123
Binary 11000111 11001011 1111011
Octal 307 313 173

Shades and tints

Shades of #C7CB7B

#C7CB7B
(199,203,123)
#B5B970
(181,185,112)
#A3A765
(163,167,101)
#91955A
(145,149,90)
#7F834F
(127,131,79)
#6D7144
(109,113,68)
#5B5F39
(91,95,57)
#494D2E
(73,77,46)
#373B23
(55,59,35)
#252918
(37,41,24)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #C7CB7B

#C7CB7B
(199,203,123)
#CCCF87
(204,207,135)
#D1D393
(209,211,147)
#D6D79F
(214,215,159)
#DBDBAB
(219,219,171)
#E0DFB7
(224,223,183)
#E5E3C3
(229,227,195)
#EAE7CF
(234,231,207)
#EFEBDB
(239,235,219)
#F4EFE7
(244,239,231)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CB7B color. Also use rgb(199,203,123) instead hex code.

Text Font Color

.myTextColor { color: #C7CB7B; }

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

This text font color is #C7CB7B.

Background Color

.myBgColor { background-color: #C7CB7B; }

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

This div background color is #C7CB7B.

Border color

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

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

This div border color is #C7CB7B.

Opacity

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

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

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

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

This text has shadow with #C7CB7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CB7B.

Preview

Color preview on black background

This text has color #C7CB7B on black background.


Color preview on white background

This text has color #C7CB7B on white background.


Black color preview on #C7CB7B background

This text has black color on #C7CB7B background.


White color preview on #C7CB7B background

This text has white color on #C7CB7B background.


Related colors

Complementary color

Complementary color for #hex is #383484.


I love getcolorcode.com

Triadic colors

1 #7BC7CB and #CB7BC7 with #C7CB7B are triadic colors.

2 #7BCBC7 and #CBC77B with #C7CB7B are triadic colors.