COLOR #CF998A

HEX: #CF998A
RGB: (207,153,138)

Color info

#CF998A contains mainly red and green colors. Web safe color of #CF998A is #CC9999 (or #C99).

RGB color model

#CF998A color RGB value is (207,153,138).

  • red value is 207;
  • green value is 153;
  • blue value is 138.
RGB:
(207,153,138)
(81%,60%,54%)

RGB channels and saturation

R 207 of 255 = 81%
G 153 of 255 = 60%
B 138 of 255 = 54%

207
153
138

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

Portions of RGB colors in percentages

R + G + B =
207 + 153 + 138 = 498 (100%)
R 207 of 498 ~ 41.57%
G 153 of 498 ~ 30.72%
B 138 of 498 ~ 27.71%

%41.57
%30.72
%27.71

CMYK color model

#CF998A color CMYK value is (0,26,33,19).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 33.33%
  • key color value is 18.82%
CMYK:
(0,26,33,19)
C0M26Y33K19 
(0%,26%,33%,19%)
(0.00/0.26/0.33/0.19)	

CMYK percentages

%0
%26.09
%33.33
%18.82

Codes

Color #CF998A in popluar color models

CF998A
RGB207153138
HSL13°41.82%67.65%
HSB/HSV13°33.33%81.18%
CMYK0.00%26.09%33.33%
18.82%

Color #CF998A in popluar number systems.

HEXCF998A
Decimal207153138
Binary110011111001100110001010
Octal317231212

Shades and tints

Shades of #CF998A

#CF998A
(207,153,138)
#BD8C7E
(189,140,126)
#AB7F72
(171,127,114)
#997266
(153,114,102)
#87655A
(135,101,90)
#75584E
(117,88,78)
#634B42
(99,75,66)
#513E36
(81,62,54)
#3F312A
(63,49,42)
#2D241E
(45,36,30)
#1B1712
(27,23,18)
#000000
(0,0,0)

Tints of #CF998A

#CF998A
(207,153,138)
#D3A294
(211,162,148)
#D7AB9E
(215,171,158)
#DBB4A8
(219,180,168)
#DFBDB2
(223,189,178)
#E3C6BC
(227,198,188)
#E7CFC6
(231,207,198)
#EBD8D0
(235,216,208)
#EFE1DA
(239,225,218)
#F3EAE4
(243,234,228)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF998A color. Also use rgb(207,153,138) instead hex code.

Text Font Color

.myTextColor { color: #CF998A; }

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

This text font color is #CF998A.


Background Color

.myBgColor { background-color: #CF998A; }

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

This div background color is #CF998A.


Border color

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

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

This div border color is #CF998A.


Opacity

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

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

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

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

This text has shadow with #CF998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF998A on black background.


Color preview on white background

This text has color #CF998A on white background.



Black color preview on #CF998A background

This text has black color on #CF998A background.


White color preview on #CF998A background

This text has white color on #CF998A background.