COLOR #C69FA1

HEX: #C69FA1
RGB: (198,159,161)

Color info

#C69FA1 contains red, green and blue colors in about the same proportion. Web safe color of #C69FA1 is #CC9999 (or #C99).

RGB color model

#C69FA1 color RGB value is (198,159,161).

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

RGB channels and saturation

R 198 of 255 = 78%
G 159 of 255 = 62%
B 161 of 255 = 63%

198
159
161

R + G + B ~ 68%. #C69FA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 159 + 161 = 518 (100%)
R 198 of 518 ~ 38.22%
G 159 of 518 ~ 30.69%
B 161 of 518 ~ 31.08%

%38.22
%30.69
%31.08

CMYK color model

#C69FA1 color CMYK value is (0,20,19,22).

  • cyan value is 0.00%
  • magenta value is 19.70%
  • yellow value is 18.69%
  • key color value is 22.35%
CMYK:
(0,20,19,22)
C0M20Y19K22 
(0%,20%,19%,22%)
(0.00/0.20/0.19/0.22)	

CMYK percentages

%0
%19.7
%18.69
%22.35

Codes

Color #C69FA1 in popluar color models

C69FA1
RGB198159161
HSL357°25.49%70.00%
HSB/HSV357°19.70%77.65%
CMYK0.00%19.70%18.69%
22.35%

Color #C69FA1 in popluar number systems.

HEXC69FA1
Decimal198159161
Binary110001101001111110100001
Octal306237241

Shades and tints

Shades of #C69FA1

#C69FA1
(198,159,161)
#B49193
(180,145,147)
#A28385
(162,131,133)
#907577
(144,117,119)
#7E6769
(126,103,105)
#6C595B
(108,89,91)
#5A4B4D
(90,75,77)
#483D3F
(72,61,63)
#362F31
(54,47,49)
#242123
(36,33,35)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #C69FA1

#C69FA1
(198,159,161)
#CBA7A9
(203,167,169)
#D0AFB1
(208,175,177)
#D5B7B9
(213,183,185)
#DABFC1
(218,191,193)
#DFC7C9
(223,199,201)
#E4CFD1
(228,207,209)
#E9D7D9
(233,215,217)
#EEDFE1
(238,223,225)
#F3E7E9
(243,231,233)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69FA1; }

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

This text font color is #C69FA1.


Background Color

.myBgColor { background-color: #C69FA1; }

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

This div background color is #C69FA1.


Border color

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

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

This div border color is #C69FA1.


Opacity

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

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

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

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

This text has shadow with #C69FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69FA1 on black background.


Color preview on white background

This text has color #C69FA1 on white background.



Black color preview on #C69FA1 background

This text has black color on #C69FA1 background.


White color preview on #C69FA1 background

This text has white color on #C69FA1 background.