COLOR #C99BBE

HEX: #C99BBE
RGB: (201,155,190)

Color info

#C99BBE contains red, green and blue colors in about the same proportion. Web safe color of #C99BBE is #CC99CC (or #C9C).

RGB color model

#C99BBE color RGB value is (201,155,190).

  • red value is 201;
  • green value is 155;
  • blue value is 190.
RGB:
(201,155,190)
(79%,61%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 190 of 255 = 75%

201
155
190

R + G + B ~ 72%. #C99BBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 155 + 190 = 546 (100%)
R 201 of 546 ~ 36.81%
G 155 of 546 ~ 28.39%
B 190 of 546 ~ 34.8%

%36.81
%28.39
%34.8

CMYK color model

#C99BBE color CMYK value is (0,23,5,21).

  • cyan value is 0.00%
  • magenta value is 22.89%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(0,23,5,21)
C0M23Y5K21 
(0%,23%,5%,21%)
(0.00/0.23/0.05/0.21)	

CMYK percentages

%0
%22.89
%5.47
%21.18

Codes

Color #C99BBE in popluar color models

C99BBE
RGB201155190
HSL314°29.87%69.80%
HSB/HSV314°22.89%78.82%
CMYK0.00%22.89%5.47%
21.18%

Color #C99BBE in popluar number systems.

HEXC99BBE
Decimal201155190
Binary110010011001101110111110
Octal311233276

Shades and tints

Shades of #C99BBE

#C99BBE
(201,155,190)
#B78DAD
(183,141,173)
#A57F9C
(165,127,156)
#93718B
(147,113,139)
#81637A
(129,99,122)
#6F5569
(111,85,105)
#5D4758
(93,71,88)
#4B3947
(75,57,71)
#392B36
(57,43,54)
#271D25
(39,29,37)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #C99BBE

#C99BBE
(201,155,190)
#CDA4C3
(205,164,195)
#D1ADC8
(209,173,200)
#D5B6CD
(213,182,205)
#D9BFD2
(217,191,210)
#DDC8D7
(221,200,215)
#E1D1DC
(225,209,220)
#E5DAE1
(229,218,225)
#E9E3E6
(233,227,230)
#EDECEB
(237,236,235)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99BBE color. Also use rgb(201,155,190) instead hex code.

Text Font Color

.myTextColor { color: #C99BBE; }

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

This text font color is #C99BBE.


Background Color

.myBgColor { background-color: #C99BBE; }

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

This div background color is #C99BBE.


Border color

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

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

This div border color is #C99BBE.


Opacity

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

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

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

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

This text has shadow with #C99BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99BBE on black background.


Color preview on white background

This text has color #C99BBE on white background.



Black color preview on #C99BBE background

This text has black color on #C99BBE background.


White color preview on #C99BBE background

This text has white color on #C99BBE background.