COLOR #C9BE69

HEX: #C9BE69 RGB: (201,190,105)

Color info

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

RGB color model

#C9BE69 color RGB value is (201,190,105).

RGB: (201,190,105) (79%, 75%, 41%)

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 105 of 255 = 41%

201
190
105

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

Portions of RGB colors in percentages

R + G + B = 201 + 190 + 105 = 496 (100%)
R 201 of 496 ~ 40.52%
G 190 of 496 ~ 38.31%
B 105 of 496 ~ 21.17'%

%40.52
%38.31
%21.17

CMYK color model

#C9BE69 color CMYK value is (0,5,48,21).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 47.76%
  • key color value is 21.18%
CMYK: (0,5,48,21) C0M5Y48K21 (0%,5%,48%,21%) (0.00/0.05/0.48/0.21) 

CMYK percentages

%0
%5.47
%47.76
%21.18

Codes

Color #C9BE69 in popluar color models

C9 BE 69
RGB 201 190 105
HSL 53° 47.06% 60.00%
HSB/HSV 53° 47.76% 78.82%
CMYK 0.00% 5.47% 47.76%
21.18%

Color #C9BE69 in popluar number systems.

HEX C9 BE 69
Decimal 201 190 105
Binary 11001001 10111110 1101001
Octal 311 276 151

Shades and tints

Shades of #C9BE69

#C9BE69
(201,190,105)
#B7AD60
(183,173,96)
#A59C57
(165,156,87)
#938B4E
(147,139,78)
#817A45
(129,122,69)
#6F693C
(111,105,60)
#5D5833
(93,88,51)
#4B472A
(75,71,42)
#393621
(57,54,33)
#272518
(39,37,24)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #C9BE69

#C9BE69
(201,190,105)
#CDC376
(205,195,118)
#D1C883
(209,200,131)
#D5CD90
(213,205,144)
#D9D29D
(217,210,157)
#DDD7AA
(221,215,170)
#E1DCB7
(225,220,183)
#E5E1C4
(229,225,196)
#E9E6D1
(233,230,209)
#EDEBDE
(237,235,222)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BE69 color. Also use rgb(201,190,105) instead hex code.

Text Font Color

.myTextColor { color: #C9BE69; }

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

This text font color is #C9BE69.

Background Color

.myBgColor { background-color: #C9BE69; }

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

This div background color is #C9BE69.

Border color

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

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

This div border color is #C9BE69.

Opacity

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

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

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

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

This text has shadow with #C9BE69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9BE69.

Preview

Color preview on black background

This text has color #C9BE69 on black background.


Color preview on white background

This text has color #C9BE69 on white background.


Black color preview on #C9BE69 background

This text has black color on #C9BE69 background.


White color preview on #C9BE69 background

This text has white color on #C9BE69 background.


Related colors

Complementary color

Complementary color for #hex is #364196.


I love getcolorcode.com

Triadic colors

1 #69C9BE and #BE69C9 with #C9BE69 are triadic colors.

2 #69BEC9 and #BEC969 with #C9BE69 are triadic colors.