COLOR #C7909C

HEX: #C7909C
RGB: (199,144,156)

Color info

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

RGB color model

#C7909C color RGB value is (199,144,156).

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

RGB channels and saturation

R 199 of 255 = 78%
G 144 of 255 = 56%
B 156 of 255 = 61%

199
144
156

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

Portions of RGB colors in percentages

R + G + B =
199 + 144 + 156 = 499 (100%)
R 199 of 499 ~ 39.88%
G 144 of 499 ~ 28.86%
B 156 of 499 ~ 31.26%

%39.88
%28.86
%31.26

CMYK color model

#C7909C color CMYK value is (0,28,22,22).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 21.61%
  • key color value is 21.96%
CMYK:
(0,28,22,22)
C0M28Y22K22 
(0%,28%,22%,22%)
(0.00/0.28/0.22/0.22)	

CMYK percentages

%0
%27.64
%21.61
%21.96

Codes

Color #C7909C in popluar color models

C7909C
RGB199144156
HSL347°32.93%67.25%
HSB/HSV347°27.64%78.04%
CMYK0.00%27.64%21.61%
21.96%

Color #C7909C in popluar number systems.

HEXC7909C
Decimal199144156
Binary110001111001000010011100
Octal307220234

Shades and tints

Shades of #C7909C

#C7909C
(199,144,156)
#B5838E
(181,131,142)
#A37680
(163,118,128)
#916972
(145,105,114)
#7F5C64
(127,92,100)
#6D4F56
(109,79,86)
#5B4248
(91,66,72)
#49353A
(73,53,58)
#37282C
(55,40,44)
#251B1E
(37,27,30)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #C7909C

#C7909C
(199,144,156)
#CC9AA5
(204,154,165)
#D1A4AE
(209,164,174)
#D6AEB7
(214,174,183)
#DBB8C0
(219,184,192)
#E0C2C9
(224,194,201)
#E5CCD2
(229,204,210)
#EAD6DB
(234,214,219)
#EFE0E4
(239,224,228)
#F4EAED
(244,234,237)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7909C color. Also use rgb(199,144,156) instead hex code.

Text Font Color

.myTextColor { color: #C7909C; }

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

This text font color is #C7909C.


Background Color

.myBgColor { background-color: #C7909C; }

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

This div background color is #C7909C.


Border color

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

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

This div border color is #C7909C.


Opacity

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

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

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

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

This text has shadow with #C7909C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7909C on black background.


Color preview on white background

This text has color #C7909C on white background.



Black color preview on #C7909C background

This text has black color on #C7909C background.


White color preview on #C7909C background

This text has white color on #C7909C background.