COLOR #C999C2

HEX: #C999C2
RGB: (201,153,194)

Color info

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

RGB color model

#C999C2 color RGB value is (201,153,194).

  • red value is 201;
  • green value is 153;
  • blue value is 194.
RGB: (201,153,194) (79%,60%,76%)

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 194 of 255 = 76%

201
153
194

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

Portions of RGB colors in percentages

R + G + B =
201 + 153 + 194 = 548 (100%)
R 201 of 548 ~ 36.68%
G 153 of 548 ~ 27.92%
B 194 of 548 ~ 35.4%

%36.68
%27.92
%35.4

CMYK color model

#C999C2 color CMYK value is (0,24,3,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 3.48%
  • key color value is 21.18%
CMYK: (0,24,3,21) C0M24Y3K21 (0%,24%,3%,21%) (0.00/0.24/0.03/0.21)

CMYK percentages

%0
%23.88
%3.48
%21.18

Codes

Color #C999C2 in popluar color models

C999C2
RGB201153194
HSL309°30.77%69.41%
HSB/HSV309°23.88%78.82%
CMYK0.00%23.88%3.48%
21.18%

Color #C999C2 in popluar number systems.

HEXC999C2
Decimal201153194
Binary110010011001100111000010
Octal311231302

Shades and tints

Shades of #C999C2

#C999C2
(201,153,194)
#B78CB1
(183,140,177)
#A57FA0
(165,127,160)
#93728F
(147,114,143)
#81657E
(129,101,126)
#6F586D
(111,88,109)
#5D4B5C
(93,75,92)
#4B3E4B
(75,62,75)
#39313A
(57,49,58)
#272429
(39,36,41)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C999C2

#C999C2
(201,153,194)
#CDA2C7
(205,162,199)
#D1ABCC
(209,171,204)
#D5B4D1
(213,180,209)
#D9BDD6
(217,189,214)
#DDC6DB
(221,198,219)
#E1CFE0
(225,207,224)
#E5D8E5
(229,216,229)
#E9E1EA
(233,225,234)
#EDEAEF
(237,234,239)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C999C2 color. Also use rgb(201,153,194) instead hex code.

Text Font Color

.myTextColor { color: #C999C2; }

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

This text font color is #C999C2.


Background Color

.myBgColor { background-color: #C999C2; }

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

This div background color is #C999C2.


Border color

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

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

This div border color is #C999C2.


Opacity

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

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

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

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

This text has shadow with #C999C2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C999C2 on black background.


Color preview on white background

This text has color #C999C2 on white background.



Black color preview on #C999C2 background

This text has black color on #C999C2 background.


White color preview on #C999C2 background

This text has white color on #C999C2 background.