COLOR #C6909B

HEX: #C6909B
RGB: (198,144,155)

Color info

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

RGB color model

#C6909B color RGB value is (198,144,155).

  • red value is 198;
  • green value is 144;
  • blue value is 155.
RGB:
(198,144,155)
(78%,56%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 155 of 255 = 61%

198
144
155

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

Portions of RGB colors in percentages

R + G + B =
198 + 144 + 155 = 497 (100%)
R 198 of 497 ~ 39.84%
G 144 of 497 ~ 28.97%
B 155 of 497 ~ 31.19%

%39.84
%28.97
%31.19

CMYK color model

#C6909B color CMYK value is (0,27,22,22).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 21.72%
  • key color value is 22.35%
CMYK:
(0,27,22,22)
C0M27Y22K22 
(0%,27%,22%,22%)
(0.00/0.27/0.22/0.22)	

CMYK percentages

%0
%27.27
%21.72
%22.35

Codes

Color #C6909B in popluar color models

C6909B
RGB198144155
HSL348°32.14%67.06%
HSB/HSV348°27.27%77.65%
CMYK0.00%27.27%21.72%
22.35%

Color #C6909B in popluar number systems.

HEXC6909B
Decimal198144155
Binary110001101001000010011011
Octal306220233

Shades and tints

Shades of #C6909B

#C6909B
(198,144,155)
#B4838D
(180,131,141)
#A2767F
(162,118,127)
#906971
(144,105,113)
#7E5C63
(126,92,99)
#6C4F55
(108,79,85)
#5A4247
(90,66,71)
#483539
(72,53,57)
#36282B
(54,40,43)
#241B1D
(36,27,29)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #C6909B

#C6909B
(198,144,155)
#CB9AA4
(203,154,164)
#D0A4AD
(208,164,173)
#D5AEB6
(213,174,182)
#DAB8BF
(218,184,191)
#DFC2C8
(223,194,200)
#E4CCD1
(228,204,209)
#E9D6DA
(233,214,218)
#EEE0E3
(238,224,227)
#F3EAEC
(243,234,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6909B color. Also use rgb(198,144,155) instead hex code.

Text Font Color

.myTextColor { color: #C6909B; }

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

This text font color is #C6909B.


Background Color

.myBgColor { background-color: #C6909B; }

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

This div background color is #C6909B.


Border color

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

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

This div border color is #C6909B.


Opacity

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

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

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

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

This text has shadow with #C6909B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6909B on black background.


Color preview on white background

This text has color #C6909B on white background.



Black color preview on #C6909B background

This text has black color on #C6909B background.


White color preview on #C6909B background

This text has white color on #C6909B background.