COLOR #CC929B

HEX: #CC929B
RGB: (204,146,155)

Color info

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

RGB color model

#CC929B color RGB value is (204,146,155).

  • red value is 204;
  • green value is 146;
  • blue value is 155.
RGB:
(204,146,155)
(80%,57%,61%)

RGB channels and saturation

R 204 of 255 = 80%
G 146 of 255 = 57%
B 155 of 255 = 61%

204
146
155

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

Portions of RGB colors in percentages

R + G + B =
204 + 146 + 155 = 505 (100%)
R 204 of 505 ~ 40.4%
G 146 of 505 ~ 28.91%
B 155 of 505 ~ 30.69%

%40.4
%28.91
%30.69

CMYK color model

#CC929B color CMYK value is (0,28,24,20).

  • cyan value is 0.00%
  • magenta value is 28.43%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(0,28,24,20)
C0M28Y24K20 
(0%,28%,24%,20%)
(0.00/0.28/0.24/0.20)	

CMYK percentages

%0
%28.43
%24.02
%20

Codes

Color #CC929B in popluar color models

CC929B
RGB204146155
HSL351°36.25%68.63%
HSB/HSV351°28.43%80.00%
CMYK0.00%28.43%24.02%
20.00%

Color #CC929B in popluar number systems.

HEXCC929B
Decimal204146155
Binary110011001001001010011011
Octal314222233

Shades and tints

Shades of #CC929B

#CC929B
(204,146,155)
#BA858D
(186,133,141)
#A8787F
(168,120,127)
#966B71
(150,107,113)
#845E63
(132,94,99)
#725155
(114,81,85)
#604447
(96,68,71)
#4E3739
(78,55,57)
#3C2A2B
(60,42,43)
#2A1D1D
(42,29,29)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #CC929B

#CC929B
(204,146,155)
#D09BA4
(208,155,164)
#D4A4AD
(212,164,173)
#D8ADB6
(216,173,182)
#DCB6BF
(220,182,191)
#E0BFC8
(224,191,200)
#E4C8D1
(228,200,209)
#E8D1DA
(232,209,218)
#ECDAE3
(236,218,227)
#F0E3EC
(240,227,236)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC929B color. Also use rgb(204,146,155) instead hex code.

Text Font Color

.myTextColor { color: #CC929B; }

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

This text font color is #CC929B.


Background Color

.myBgColor { background-color: #CC929B; }

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

This div background color is #CC929B.


Border color

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

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

This div border color is #CC929B.


Opacity

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

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

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

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

This text has shadow with #CC929B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC929B on black background.


Color preview on white background

This text has color #CC929B on white background.



Black color preview on #CC929B background

This text has black color on #CC929B background.


White color preview on #CC929B background

This text has white color on #CC929B background.