COLOR #C69DA5

HEX: #C69DA5
RGB: (198,157,165)

Color info

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

RGB color model

#C69DA5 color RGB value is (198,157,165).

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

RGB channels and saturation

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

198
157
165

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

Portions of RGB colors in percentages

R + G + B =
198 + 157 + 165 = 520 (100%)
R 198 of 520 ~ 38.08%
G 157 of 520 ~ 30.19%
B 165 of 520 ~ 31.73%

%38.08
%30.19
%31.73

CMYK color model

#C69DA5 color CMYK value is (0,21,17,22).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(0,21,17,22)
C0M21Y17K22 
(0%,21%,17%,22%)
(0.00/0.21/0.17/0.22)	

CMYK percentages

%0
%20.71
%16.67
%22.35

Codes

Color #C69DA5 in popluar color models

C69DA5
RGB198157165
HSL348°26.45%69.61%
HSB/HSV348°20.71%77.65%
CMYK0.00%20.71%16.67%
22.35%

Color #C69DA5 in popluar number systems.

HEXC69DA5
Decimal198157165
Binary110001101001110110100101
Octal306235245

Shades and tints

Shades of #C69DA5

#C69DA5
(198,157,165)
#B48F96
(180,143,150)
#A28187
(162,129,135)
#907378
(144,115,120)
#7E6569
(126,101,105)
#6C575A
(108,87,90)
#5A494B
(90,73,75)
#483B3C
(72,59,60)
#362D2D
(54,45,45)
#241F1E
(36,31,30)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #C69DA5

#C69DA5
(198,157,165)
#CBA5AD
(203,165,173)
#D0ADB5
(208,173,181)
#D5B5BD
(213,181,189)
#DABDC5
(218,189,197)
#DFC5CD
(223,197,205)
#E4CDD5
(228,205,213)
#E9D5DD
(233,213,221)
#EEDDE5
(238,221,229)
#F3E5ED
(243,229,237)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69DA5; }

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

This text font color is #C69DA5.


Background Color

.myBgColor { background-color: #C69DA5; }

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

This div background color is #C69DA5.


Border color

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

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

This div border color is #C69DA5.


Opacity

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

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

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

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

This text has shadow with #C69DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69DA5 on black background.


Color preview on white background

This text has color #C69DA5 on white background.



Black color preview on #C69DA5 background

This text has black color on #C69DA5 background.


White color preview on #C69DA5 background

This text has white color on #C69DA5 background.