COLOR #C399CB

HEX: #C399CB
RGB: (195,153,203)

Color info

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

RGB color model

#C399CB color RGB value is (195,153,203).

  • red value is 195;
  • green value is 153;
  • blue value is 203.
RGB:
(195,153,203)
(76%,60%,80%)

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 203 of 255 = 80%

195
153
203

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

Portions of RGB colors in percentages

R + G + B =
195 + 153 + 203 = 551 (100%)
R 195 of 551 ~ 35.39%
G 153 of 551 ~ 27.77%
B 203 of 551 ~ 36.84%

%35.39
%27.77
%36.84

CMYK color model

#C399CB color CMYK value is (4,25,0,20).

  • cyan value is 3.94%
  • magenta value is 24.63%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(4,25,0,20)
C4M25Y0K20 
(4%,25%,0%,20%)
(0.04/0.25/0.00/0.20)	

CMYK percentages

%3.94
%24.63
%0
%20.39

Codes

Color #C399CB in popluar color models

C399CB
RGB195153203
HSL290°32.47%69.80%
HSB/HSV290°24.63%79.61%
CMYK3.94%24.63%0.00%
20.39%

Color #C399CB in popluar number systems.

HEXC399CB
Decimal195153203
Binary110000111001100111001011
Octal303231313

Shades and tints

Shades of #C399CB

#C399CB
(195,153,203)
#B28CB9
(178,140,185)
#A17FA7
(161,127,167)
#907295
(144,114,149)
#7F6583
(127,101,131)
#6E5871
(110,88,113)
#5D4B5F
(93,75,95)
#4C3E4D
(76,62,77)
#3B313B
(59,49,59)
#2A2429
(42,36,41)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C399CB

#C399CB
(195,153,203)
#C8A2CF
(200,162,207)
#CDABD3
(205,171,211)
#D2B4D7
(210,180,215)
#D7BDDB
(215,189,219)
#DCC6DF
(220,198,223)
#E1CFE3
(225,207,227)
#E6D8E7
(230,216,231)
#EBE1EB
(235,225,235)
#F0EAEF
(240,234,239)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C399CB color. Also use rgb(195,153,203) instead hex code.

Text Font Color

.myTextColor { color: #C399CB; }

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

This text font color is #C399CB.


Background Color

.myBgColor { background-color: #C399CB; }

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

This div background color is #C399CB.


Border color

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

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

This div border color is #C399CB.


Opacity

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

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

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

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

This text has shadow with #C399CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C399CB on black background.


Color preview on white background

This text has color #C399CB on white background.



Black color preview on #C399CB background

This text has black color on #C399CB background.


White color preview on #C399CB background

This text has white color on #C399CB background.