COLOR #C99BD8

HEX: #C99BD8
RGB: (201,155,216)

Color info

#C99BD8 contains mainly red and blue colors. Web safe color of #C99BD8 is #CC99CC (or #C9C).

RGB color model

#C99BD8 color RGB value is (201,155,216).

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

RGB channels and saturation

R 201 of 255 = 79%
G 155 of 255 = 61%
B 216 of 255 = 85%

201
155
216

R + G + B ~ 75%. #C99BD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 155 + 216 = 572 (100%)
R 201 of 572 ~ 35.14%
G 155 of 572 ~ 27.1%
B 216 of 572 ~ 37.76%

%35.14
%27.1
%37.76

CMYK color model

#C99BD8 color CMYK value is (7,28,0,15).

  • cyan value is 6.94%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(7,28,0,15)
C7M28Y0K15 
(7%,28%,0%,15%)
(0.07/0.28/0.00/0.15)	

CMYK percentages

%6.94
%28.24
%0
%15.29

Codes

Color #C99BD8 in popluar color models

C99BD8
RGB201155216
HSL285°43.88%72.75%
HSB/HSV285°28.24%84.71%
CMYK6.94%28.24%0.00%
15.29%

Color #C99BD8 in popluar number systems.

HEXC99BD8
Decimal201155216
Binary110010011001101111011000
Octal311233330

Shades and tints

Shades of #C99BD8

#C99BD8
(201,155,216)
#B78DC5
(183,141,197)
#A57FB2
(165,127,178)
#93719F
(147,113,159)
#81638C
(129,99,140)
#6F5579
(111,85,121)
#5D4766
(93,71,102)
#4B3953
(75,57,83)
#392B40
(57,43,64)
#271D2D
(39,29,45)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #C99BD8

#C99BD8
(201,155,216)
#CDA4DB
(205,164,219)
#D1ADDE
(209,173,222)
#D5B6E1
(213,182,225)
#D9BFE4
(217,191,228)
#DDC8E7
(221,200,231)
#E1D1EA
(225,209,234)
#E5DAED
(229,218,237)
#E9E3F0
(233,227,240)
#EDECF3
(237,236,243)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99BD8; }

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

This text font color is #C99BD8.


Background Color

.myBgColor { background-color: #C99BD8; }

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

This div background color is #C99BD8.


Border color

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

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

This div border color is #C99BD8.


Opacity

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

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

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

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

This text has shadow with #C99BD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99BD8 on black background.


Color preview on white background

This text has color #C99BD8 on white background.



Black color preview on #C99BD8 background

This text has black color on #C99BD8 background.


White color preview on #C99BD8 background

This text has white color on #C99BD8 background.