COLOR #C69DA7

HEX: #C69DA7
RGB: (198,157,167)

Color info

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

RGB color model

#C69DA7 color RGB value is (198,157,167).

  • red value is 198;
  • green value is 157;
  • blue value is 167.
RGB:
(198,157,167)
(78%,62%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 157 of 255 = 62%
B 167 of 255 = 65%

198
157
167

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

Portions of RGB colors in percentages

R + G + B =
198 + 157 + 167 = 522 (100%)
R 198 of 522 ~ 37.93%
G 157 of 522 ~ 30.08%
B 167 of 522 ~ 31.99%

%37.93
%30.08
%31.99

CMYK color model

#C69DA7 color CMYK value is (0,21,16,22).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(0,21,16,22)
C0M21Y16K22 
(0%,21%,16%,22%)
(0.00/0.21/0.16/0.22)	

CMYK percentages

%0
%20.71
%15.66
%22.35

Codes

Color #C69DA7 in popluar color models

C69DA7
RGB198157167
HSL345°26.45%69.61%
HSB/HSV345°20.71%77.65%
CMYK0.00%20.71%15.66%
22.35%

Color #C69DA7 in popluar number systems.

HEXC69DA7
Decimal198157167
Binary110001101001110110100111
Octal306235247

Shades and tints

Shades of #C69DA7

#C69DA7
(198,157,167)
#B48F98
(180,143,152)
#A28189
(162,129,137)
#90737A
(144,115,122)
#7E656B
(126,101,107)
#6C575C
(108,87,92)
#5A494D
(90,73,77)
#483B3E
(72,59,62)
#362D2F
(54,45,47)
#241F20
(36,31,32)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #C69DA7

#C69DA7
(198,157,167)
#CBA5AF
(203,165,175)
#D0ADB7
(208,173,183)
#D5B5BF
(213,181,191)
#DABDC7
(218,189,199)
#DFC5CF
(223,197,207)
#E4CDD7
(228,205,215)
#E9D5DF
(233,213,223)
#EEDDE7
(238,221,231)
#F3E5EF
(243,229,239)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69DA7 color. Also use rgb(198,157,167) instead hex code.

Text Font Color

.myTextColor { color: #C69DA7; }

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

This text font color is #C69DA7.


Background Color

.myBgColor { background-color: #C69DA7; }

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

This div background color is #C69DA7.


Border color

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

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

This div border color is #C69DA7.


Opacity

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

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

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

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

This text has shadow with #C69DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69DA7 on black background.


Color preview on white background

This text has color #C69DA7 on white background.



Black color preview on #C69DA7 background

This text has black color on #C69DA7 background.


White color preview on #C69DA7 background

This text has white color on #C69DA7 background.