COLOR #C69FB8

HEX: #C69FB8
RGB: (198,159,184)

Color info

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

RGB color model

#C69FB8 color RGB value is (198,159,184).

  • red value is 198;
  • green value is 159;
  • blue value is 184.
RGB:
(198,159,184)
(78%,62%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 184 of 255 = 72%

198
159
184

R + G + B ~ 71%. #C69FB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 159 + 184 = 541 (100%)
R 198 of 541 ~ 36.6%
G 159 of 541 ~ 29.39%
B 184 of 541 ~ 34.01%

%36.6
%29.39
%34.01

CMYK color model

#C69FB8 color CMYK value is (0,20,7,22).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 7.07%
  • key color value is 22.35%
CMYK:
(0,20,7,22)
C0M20Y7K22 
(0%,20%,7%,22%)
(0.00/0.20/0.07/0.22)	

CMYK percentages

%0
%19.7
%7.07
%22.35

Codes

Color #C69FB8 in popluar color models

C69FB8
RGB198159184
HSL322°25.49%70.00%
HSB/HSV322°19.70%77.65%
CMYK0.00%19.70%7.07%
22.35%

Color #C69FB8 in popluar number systems.

HEXC69FB8
Decimal198159184
Binary110001101001111110111000
Octal306237270

Shades and tints

Shades of #C69FB8

#C69FB8
(198,159,184)
#B491A8
(180,145,168)
#A28398
(162,131,152)
#907588
(144,117,136)
#7E6778
(126,103,120)
#6C5968
(108,89,104)
#5A4B58
(90,75,88)
#483D48
(72,61,72)
#362F38
(54,47,56)
#242128
(36,33,40)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C69FB8

#C69FB8
(198,159,184)
#CBA7BE
(203,167,190)
#D0AFC4
(208,175,196)
#D5B7CA
(213,183,202)
#DABFD0
(218,191,208)
#DFC7D6
(223,199,214)
#E4CFDC
(228,207,220)
#E9D7E2
(233,215,226)
#EEDFE8
(238,223,232)
#F3E7EE
(243,231,238)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69FB8 color. Also use rgb(198,159,184) instead hex code.

Text Font Color

.myTextColor { color: #C69FB8; }

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

This text font color is #C69FB8.


Background Color

.myBgColor { background-color: #C69FB8; }

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

This div background color is #C69FB8.


Border color

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

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

This div border color is #C69FB8.


Opacity

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

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

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

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

This text has shadow with #C69FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69FB8 on black background.


Color preview on white background

This text has color #C69FB8 on white background.



Black color preview on #C69FB8 background

This text has black color on #C69FB8 background.


White color preview on #C69FB8 background

This text has white color on #C69FB8 background.