COLOR #C7CB67

HEX: #C7CB67 RGB: (199,203,103)

Color info

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

RGB color model

#C7CB67 color RGB value is (199,203,103).

RGB: (199,203,103) (78%, 80%, 40%)

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 103 of 255 = 40%

199
203
103

R + G + B ~ 66%. #C7CB67 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 203 + 103 = 505 (100%)
R 199 of 505 ~ 39.41%
G 203 of 505 ~ 40.2%
B 103 of 505 ~ 20.4'%

%39.41
%40.2
%20.4

CMYK color model

#C7CB67 color CMYK value is (2,0,49,20).

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

CMYK: (2,0,49,20)
C2M0Y49K20 (2%, 0%, 49%, 20%)
(0.02 / 0.00 / 0.49 / 0.20)

CMYK percentages

%1.97
%0
%49.26
%20.39

Codes

Color #C7CB67 in popluar color models

C7 CB 67
RGB 199 203 103
HSL 62° 49.02% 60.00%
HSB/HSV 62° 49.26% 79.61%
CMYK 1.97% 0.00% 49.26%
20.39%

Color #C7CB67 in popluar number systems.

HEX C7 CB 67
Decimal 199 203 103
Binary 11000111 11001011 1100111
Octal 307 313 147

Shades and tints

Shades of #C7CB67

#C7CB67
(199,203,103)
#B5B95E
(181,185,94)
#A3A755
(163,167,85)
#91954C
(145,149,76)
#7F8343
(127,131,67)
#6D713A
(109,113,58)
#5B5F31
(91,95,49)
#494D28
(73,77,40)
#373B1F
(55,59,31)
#252916
(37,41,22)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #C7CB67

#C7CB67
(199,203,103)
#CCCF74
(204,207,116)
#D1D381
(209,211,129)
#D6D78E
(214,215,142)
#DBDB9B
(219,219,155)
#E0DFA8
(224,223,168)
#E5E3B5
(229,227,181)
#EAE7C2
(234,231,194)
#EFEBCF
(239,235,207)
#F4EFDC
(244,239,220)
#F9F3E9
(249,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CB67; }

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

This text font color is #C7CB67.

Background Color

.myBgColor { background-color: #C7CB67; }

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

This div background color is #C7CB67.

Border color

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

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

This div border color is #C7CB67.

Opacity

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

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

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

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

This text has shadow with #C7CB67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CB67.

Preview

Color preview on black background

This text has color #C7CB67 on black background.


Color preview on white background

This text has color #C7CB67 on white background.


Black color preview on #C7CB67 background

This text has black color on #C7CB67 background.


White color preview on #C7CB67 background

This text has white color on #C7CB67 background.


Related colors

Complementary color

Complementary color for #hex is #383498.


I love getcolorcode.com

Triadic colors

1 #67C7CB and #CB67C7 with #C7CB67 are triadic colors.

2 #67CBC7 and #CBC767 with #C7CB67 are triadic colors.