COLOR #CC969B

HEX: #CC969B
RGB: (204,150,155)

Color info

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

RGB color model

#CC969B color RGB value is (204,150,155).

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

RGB channels and saturation

R 204 of 255 = 80%
G 150 of 255 = 59%
B 155 of 255 = 61%

204
150
155

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

Portions of RGB colors in percentages

R + G + B =
204 + 150 + 155 = 509 (100%)
R 204 of 509 ~ 40.08%
G 150 of 509 ~ 29.47%
B 155 of 509 ~ 30.45%

%40.08
%29.47
%30.45

CMYK color model

#CC969B color CMYK value is (0,26,24,20).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(0,26,24,20)
C0M26Y24K20 
(0%,26%,24%,20%)
(0.00/0.26/0.24/0.20)	

CMYK percentages

%0
%26.47
%24.02
%20

Codes

Color #CC969B in popluar color models

CC969B
RGB204150155
HSL354°34.62%69.41%
HSB/HSV354°26.47%80.00%
CMYK0.00%26.47%24.02%
20.00%

Color #CC969B in popluar number systems.

HEXCC969B
Decimal204150155
Binary110011001001011010011011
Octal314226233

Shades and tints

Shades of #CC969B

#CC969B
(204,150,155)
#BA898D
(186,137,141)
#A87C7F
(168,124,127)
#966F71
(150,111,113)
#846263
(132,98,99)
#725555
(114,85,85)
#604847
(96,72,71)
#4E3B39
(78,59,57)
#3C2E2B
(60,46,43)
#2A211D
(42,33,29)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #CC969B

#CC969B
(204,150,155)
#D09FA4
(208,159,164)
#D4A8AD
(212,168,173)
#D8B1B6
(216,177,182)
#DCBABF
(220,186,191)
#E0C3C8
(224,195,200)
#E4CCD1
(228,204,209)
#E8D5DA
(232,213,218)
#ECDEE3
(236,222,227)
#F0E7EC
(240,231,236)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC969B; }

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

This text font color is #CC969B.


Background Color

.myBgColor { background-color: #CC969B; }

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

This div background color is #CC969B.


Border color

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

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

This div border color is #CC969B.


Opacity

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

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

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

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

This text has shadow with #CC969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC969B on black background.


Color preview on white background

This text has color #CC969B on white background.



Black color preview on #CC969B background

This text has black color on #CC969B background.


White color preview on #CC969B background

This text has white color on #CC969B background.