COLOR #CFBE98

HEX: #CFBE98 RGB: (207,190,152)

Color info

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

RGB color model

#CFBE98 color RGB value is (207,190,152).

RGB: (207,190,152) (81%, 75%, 60%)

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 152 of 255 = 60%

207
190
152

R + G + B ~ 72%. #CFBE98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 190 + 152 = 549 (100%)
R 207 of 549 ~ 37.7%
G 190 of 549 ~ 34.61%
B 152 of 549 ~ 27.69'%

%37.7
%34.61
%27.69

CMYK color model

#CFBE98 color CMYK value is (0,8,27,19).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 26.57%
  • key color value is 18.82%
CMYK: (0,8,27,19) C0M8Y27K19 (0%,8%,27%,19%) (0.00/0.08/0.27/0.19) 

CMYK percentages

%0
%8.21
%26.57
%18.82

Codes

Color #CFBE98 in popluar color models

CF BE 98
RGB 207 190 152
HSL 41° 36.42% 70.39%
HSB/HSV 41° 26.57% 81.18%
CMYK 0.00% 8.21% 26.57%
18.82%

Color #CFBE98 in popluar number systems.

HEX CF BE 98
Decimal 207 190 152
Binary 11001111 10111110 10011000
Octal 317 276 230

Shades and tints

Shades of #CFBE98

#CFBE98
(207,190,152)
#BDAD8B
(189,173,139)
#AB9C7E
(171,156,126)
#998B71
(153,139,113)
#877A64
(135,122,100)
#756957
(117,105,87)
#63584A
(99,88,74)
#51473D
(81,71,61)
#3F3630
(63,54,48)
#2D2523
(45,37,35)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #CFBE98

#CFBE98
(207,190,152)
#D3C3A1
(211,195,161)
#D7C8AA
(215,200,170)
#DBCDB3
(219,205,179)
#DFD2BC
(223,210,188)
#E3D7C5
(227,215,197)
#E7DCCE
(231,220,206)
#EBE1D7
(235,225,215)
#EFE6E0
(239,230,224)
#F3EBE9
(243,235,233)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBE98 color. Also use rgb(207,190,152) instead hex code.

Text Font Color

.myTextColor { color: #CFBE98; }

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

This text font color is #CFBE98.

Background Color

.myBgColor { background-color: #CFBE98; }

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

This div background color is #CFBE98.

Border color

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

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

This div border color is #CFBE98.

Opacity

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

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

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

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

This text has shadow with #CFBE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFBE98.

Preview

Color preview on black background

This text has color #CFBE98 on black background.


Color preview on white background

This text has color #CFBE98 on white background.


Black color preview on #CFBE98 background

This text has black color on #CFBE98 background.


White color preview on #CFBE98 background

This text has white color on #CFBE98 background.


Related colors

Complementary color

Complementary color for #hex is #304167.


I love getcolorcode.com

Triadic colors

1 #98CFBE and #BE98CF with #CFBE98 are triadic colors.

2 #98BECF and #BECF98 with #CFBE98 are triadic colors.