COLOR #C6969D

HEX: #C6969D
RGB: (198,150,157)

Color info

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

RGB color model

#C6969D color RGB value is (198,150,157).

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

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 157 of 255 = 62%

198
150
157

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

Portions of RGB colors in percentages

R + G + B =
198 + 150 + 157 = 505 (100%)
R 198 of 505 ~ 39.21%
G 150 of 505 ~ 29.7%
B 157 of 505 ~ 31.09%

%39.21
%29.7
%31.09

CMYK color model

#C6969D color CMYK value is (0,24,21,22).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK:
(0,24,21,22)
C0M24Y21K22 
(0%,24%,21%,22%)
(0.00/0.24/0.21/0.22)	

CMYK percentages

%0
%24.24
%20.71
%22.35

Codes

Color #C6969D in popluar color models

C6969D
RGB198150157
HSL351°29.63%68.24%
HSB/HSV351°24.24%77.65%
CMYK0.00%24.24%20.71%
22.35%

Color #C6969D in popluar number systems.

HEXC6969D
Decimal198150157
Binary110001101001011010011101
Octal306226235

Shades and tints

Shades of #C6969D

#C6969D
(198,150,157)
#B4898F
(180,137,143)
#A27C81
(162,124,129)
#906F73
(144,111,115)
#7E6265
(126,98,101)
#6C5557
(108,85,87)
#5A4849
(90,72,73)
#483B3B
(72,59,59)
#362E2D
(54,46,45)
#24211F
(36,33,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #C6969D

#C6969D
(198,150,157)
#CB9FA5
(203,159,165)
#D0A8AD
(208,168,173)
#D5B1B5
(213,177,181)
#DABABD
(218,186,189)
#DFC3C5
(223,195,197)
#E4CCCD
(228,204,205)
#E9D5D5
(233,213,213)
#EEDEDD
(238,222,221)
#F3E7E5
(243,231,229)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6969D; }

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

This text font color is #C6969D.


Background Color

.myBgColor { background-color: #C6969D; }

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

This div background color is #C6969D.


Border color

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

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

This div border color is #C6969D.


Opacity

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

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

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

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

This text has shadow with #C6969D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6969D on black background.


Color preview on white background

This text has color #C6969D on white background.



Black color preview on #C6969D background

This text has black color on #C6969D background.


White color preview on #C6969D background

This text has white color on #C6969D background.