COLOR #C69DAD

HEX: #C69DAD RGB: (198,157,173)

Color info

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

RGB color model

#C69DAD color RGB value is (198,157,173).

RGB: (198,157,173) (78%, 62%, 68%)

RGB channels and saturation

R 198 of 255 = 78%
G 157 of 255 = 62%
B 173 of 255 = 68%

198
157
173

R + G + B ~ 69%. #C69DAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 157 + 173 = 528 (100%)
R 198 of 528 ~ 37.5%
G 157 of 528 ~ 29.73%
B 173 of 528 ~ 32.77'%

%37.5
%29.73
%32.77

CMYK color model

#C69DAD color CMYK value is (0,21,13,22).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 12.63%
  • key color value is 22.35%

CMYK: (0,21,13,22)
C0M21Y13K22 (0%, 21%, 13%, 22%)
(0.00 / 0.21 / 0.13 / 0.22)

CMYK percentages

%0
%20.71
%12.63
%22.35

Codes

Color #C69DAD in popluar color models

C6 9D AD
RGB 198 157 173
HSL 337° 26.45% 69.61%
HSB/HSV 337° 20.71% 77.65%
CMYK 0.00% 20.71% 12.63%
22.35%

Color #C69DAD in popluar number systems.

HEX C6 9D AD
Decimal 198 157 173
Binary 11000110 10011101 10101101
Octal 306 235 255

Shades and tints

Shades of #C69DAD

#C69DAD
(198,157,173)
#B48F9E
(180,143,158)
#A2818F
(162,129,143)
#907380
(144,115,128)
#7E6571
(126,101,113)
#6C5762
(108,87,98)
#5A4953
(90,73,83)
#483B44
(72,59,68)
#362D35
(54,45,53)
#241F26
(36,31,38)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #C69DAD

#C69DAD
(198,157,173)
#CBA5B4
(203,165,180)
#D0ADBB
(208,173,187)
#D5B5C2
(213,181,194)
#DABDC9
(218,189,201)
#DFC5D0
(223,197,208)
#E4CDD7
(228,205,215)
#E9D5DE
(233,213,222)
#EEDDE5
(238,221,229)
#F3E5EC
(243,229,236)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69DAD; }

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

This text font color is #C69DAD.

Background Color

.myBgColor { background-color: #C69DAD; }

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

This div background color is #C69DAD.

Border color

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

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

This div border color is #C69DAD.

Opacity

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

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

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

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

This text has shadow with #C69DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69DAD.

Preview

Color preview on black background

This text has color #C69DAD on black background.


Color preview on white background

This text has color #C69DAD on white background.


Black color preview on #C69DAD background

This text has black color on #C69DAD background.


White color preview on #C69DAD background

This text has white color on #C69DAD background.


Related colors

Complementary color

Complementary color for #hex is #396252.


I love getcolorcode.com

Triadic colors

1 #ADC69D and #9DADC6 with #C69DAD are triadic colors.

2 #AD9DC6 and #9DC6AD with #C69DAD are triadic colors.