COLOR #C399B9

HEX: #C399B9
RGB: (195,153,185)

Color info

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

RGB color model

#C399B9 color RGB value is (195,153,185).

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

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 185 of 255 = 73%

195
153
185

R + G + B ~ 70%. #C399B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 153 + 185 = 533 (100%)
R 195 of 533 ~ 36.59%
G 153 of 533 ~ 28.71%
B 185 of 533 ~ 34.71%

%36.59
%28.71
%34.71

CMYK color model

#C399B9 color CMYK value is (0,22,5,24).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 5.13%
  • key color value is 23.53%
CMYK:
(0,22,5,24)
C0M22Y5K24 
(0%,22%,5%,24%)
(0.00/0.22/0.05/0.24)	

CMYK percentages

%0
%21.54
%5.13
%23.53

Codes

Color #C399B9 in popluar color models

C399B9
RGB195153185
HSL314°25.93%68.24%
HSB/HSV314°21.54%76.47%
CMYK0.00%21.54%5.13%
23.53%

Color #C399B9 in popluar number systems.

HEXC399B9
Decimal195153185
Binary110000111001100110111001
Octal303231271

Shades and tints

Shades of #C399B9

#C399B9
(195,153,185)
#B28CA9
(178,140,169)
#A17F99
(161,127,153)
#907289
(144,114,137)
#7F6579
(127,101,121)
#6E5869
(110,88,105)
#5D4B59
(93,75,89)
#4C3E49
(76,62,73)
#3B3139
(59,49,57)
#2A2429
(42,36,41)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #C399B9

#C399B9
(195,153,185)
#C8A2BF
(200,162,191)
#CDABC5
(205,171,197)
#D2B4CB
(210,180,203)
#D7BDD1
(215,189,209)
#DCC6D7
(220,198,215)
#E1CFDD
(225,207,221)
#E6D8E3
(230,216,227)
#EBE1E9
(235,225,233)
#F0EAEF
(240,234,239)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C399B9; }

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

This text font color is #C399B9.


Background Color

.myBgColor { background-color: #C399B9; }

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

This div background color is #C399B9.


Border color

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

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

This div border color is #C399B9.


Opacity

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

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

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

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

This text has shadow with #C399B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C399B9 on black background.


Color preview on white background

This text has color #C399B9 on white background.



Black color preview on #C399B9 background

This text has black color on #C399B9 background.


White color preview on #C399B9 background

This text has white color on #C399B9 background.