COLOR #C69AD5

HEX: #C69AD5 RGB: (198,154,213)

Color info

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

RGB color model

#C69AD5 color RGB value is (198,154,213).

RGB: (198,154,213) (78%, 60%, 84%)

RGB channels and saturation

R 198 of 255 = 78%
G 154 of 255 = 60%
B 213 of 255 = 84%

198
154
213

R + G + B ~ 74%. #C69AD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 154 + 213 = 565 (100%)
R 198 of 565 ~ 35.04%
G 154 of 565 ~ 27.26%
B 213 of 565 ~ 37.7'%

%35.04
%27.26
%37.7

CMYK color model

#C69AD5 color CMYK value is (7,28,0,16).

  • cyan value is 7.04%
  • magenta value is 27.70%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (7,28,0,16)
C7M28Y0K16 (7%, 28%, 0%, 16%)
(0.07 / 0.28 / 0.00 / 0.16)

CMYK percentages

%7.04
%27.7
%0
%16.47

Codes

Color #C69AD5 in popluar color models

C6 9A D5
RGB 198 154 213
HSL 285° 41.26% 71.96%
HSB/HSV 285° 27.70% 83.53%
CMYK 7.04% 27.70% 0.00%
16.47%

Color #C69AD5 in popluar number systems.

HEX C6 9A D5
Decimal 198 154 213
Binary 11000110 10011010 11010101
Octal 306 232 325

Shades and tints

Shades of #C69AD5

#C69AD5
(198,154,213)
#B48CC2
(180,140,194)
#A27EAF
(162,126,175)
#90709C
(144,112,156)
#7E6289
(126,98,137)
#6C5476
(108,84,118)
#5A4663
(90,70,99)
#483850
(72,56,80)
#362A3D
(54,42,61)
#241C2A
(36,28,42)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #C69AD5

#C69AD5
(198,154,213)
#CBA3D8
(203,163,216)
#D0ACDB
(208,172,219)
#D5B5DE
(213,181,222)
#DABEE1
(218,190,225)
#DFC7E4
(223,199,228)
#E4D0E7
(228,208,231)
#E9D9EA
(233,217,234)
#EEE2ED
(238,226,237)
#F3EBF0
(243,235,240)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69AD5 color. Also use rgb(198,154,213) instead hex code.

Text Font Color

.myTextColor { color: #C69AD5; }

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

This text font color is #C69AD5.

Background Color

.myBgColor { background-color: #C69AD5; }

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

This div background color is #C69AD5.

Border color

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

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

This div border color is #C69AD5.

Opacity

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

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

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

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

This text has shadow with #C69AD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69AD5.

Preview

Color preview on black background

This text has color #C69AD5 on black background.


Color preview on white background

This text has color #C69AD5 on white background.


Black color preview on #C69AD5 background

This text has black color on #C69AD5 background.


White color preview on #C69AD5 background

This text has white color on #C69AD5 background.


Related colors

Complementary color

Complementary color for #hex is #39652A.


I love getcolorcode.com

Triadic colors

1 #D5C69A and #9AD5C6 with #C69AD5 are triadic colors.

2 #D59AC6 and #9AC6D5 with #C69AD5 are triadic colors.