COLOR #C6999D

HEX: #C6999D
RGB: (198,153,157)

Color info

#C6999D contains red, green and blue colors in about the same proportion. Web safe color of #C6999D is #CC9999 (or #C99).

RGB color model

#C6999D color RGB value is (198,153,157).

  • red value is 198;
  • green value is 153;
  • blue value is 157.
RGB:
(198,153,157)
(78%,60%,62%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 157 of 255 = 62%

198
153
157

R + G + B ~ 67%. #C6999D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 153 + 157 = 508 (100%)
R 198 of 508 ~ 38.98%
G 153 of 508 ~ 30.12%
B 157 of 508 ~ 30.91%

%38.98
%30.12
%30.91

CMYK color model

#C6999D color CMYK value is (0,23,21,22).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK:
(0,23,21,22)
C0M23Y21K22 
(0%,23%,21%,22%)
(0.00/0.23/0.21/0.22)	

CMYK percentages

%0
%22.73
%20.71
%22.35

Codes

Color #C6999D in popluar color models

C6999D
RGB198153157
HSL355°28.30%68.82%
HSB/HSV355°22.73%77.65%
CMYK0.00%22.73%20.71%
22.35%

Color #C6999D in popluar number systems.

HEXC6999D
Decimal198153157
Binary110001101001100110011101
Octal306231235

Shades and tints

Shades of #C6999D

#C6999D
(198,153,157)
#B48C8F
(180,140,143)
#A27F81
(162,127,129)
#907273
(144,114,115)
#7E6565
(126,101,101)
#6C5857
(108,88,87)
#5A4B49
(90,75,73)
#483E3B
(72,62,59)
#36312D
(54,49,45)
#24241F
(36,36,31)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #C6999D

#C6999D
(198,153,157)
#CBA2A5
(203,162,165)
#D0ABAD
(208,171,173)
#D5B4B5
(213,180,181)
#DABDBD
(218,189,189)
#DFC6C5
(223,198,197)
#E4CFCD
(228,207,205)
#E9D8D5
(233,216,213)
#EEE1DD
(238,225,221)
#F3EAE5
(243,234,229)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6999D color. Also use rgb(198,153,157) instead hex code.

Text Font Color

.myTextColor { color: #C6999D; }

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

This text font color is #C6999D.


Background Color

.myBgColor { background-color: #C6999D; }

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

This div background color is #C6999D.


Border color

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

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

This div border color is #C6999D.


Opacity

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

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

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

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

This text has shadow with #C6999D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6999D on black background.


Color preview on white background

This text has color #C6999D on white background.



Black color preview on #C6999D background

This text has black color on #C6999D background.


White color preview on #C6999D background

This text has white color on #C6999D background.