COLOR #C69ADD

HEX: #C69ADD RGB: (198,154,221)

Color info

#C69ADD contains mainly red and blue colors. Web safe color of #C69ADD is #CC99CC (or #C9C).

RGB color model

#C69ADD color RGB value is (198,154,221).

RGB: (198,154,221) (78%, 60%, 87%)

RGB channels and saturation

R 198 of 255 = 78%
G 154 of 255 = 60%
B 221 of 255 = 87%

198
154
221

R + G + B ~ 75%. #C69ADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 154 + 221 = 573 (100%)
R 198 of 573 ~ 34.55%
G 154 of 573 ~ 26.88%
B 221 of 573 ~ 38.57'%

%34.55
%26.88
%38.57

CMYK color model

#C69ADD color CMYK value is (10,30,0,13).

  • cyan value is 10.41%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (10,30,0,13)
C10M30Y0K13 (10%, 30%, 0%, 13%)
(0.10 / 0.30 / 0.00 / 0.13)

CMYK percentages

%10.41
%30.32
%0
%13.33

Codes

Color #C69ADD in popluar color models

C6 9A DD
RGB 198 154 221
HSL 279° 49.63% 73.53%
HSB/HSV 279° 30.32% 86.67%
CMYK 10.41% 30.32% 0.00%
13.33%

Color #C69ADD in popluar number systems.

HEX C6 9A DD
Decimal 198 154 221
Binary 11000110 10011010 11011101
Octal 306 232 335

Shades and tints

Shades of #C69ADD

#C69ADD
(198,154,221)
#B48CC9
(180,140,201)
#A27EB5
(162,126,181)
#9070A1
(144,112,161)
#7E628D
(126,98,141)
#6C5479
(108,84,121)
#5A4665
(90,70,101)
#483851
(72,56,81)
#362A3D
(54,42,61)
#241C29
(36,28,41)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #C69ADD

#C69ADD
(198,154,221)
#CBA3E0
(203,163,224)
#D0ACE3
(208,172,227)
#D5B5E6
(213,181,230)
#DABEE9
(218,190,233)
#DFC7EC
(223,199,236)
#E4D0EF
(228,208,239)
#E9D9F2
(233,217,242)
#EEE2F5
(238,226,245)
#F3EBF8
(243,235,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69ADD; }

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

This text font color is #C69ADD.

Background Color

.myBgColor { background-color: #C69ADD; }

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

This div background color is #C69ADD.

Border color

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

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

This div border color is #C69ADD.

Opacity

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

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

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

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

This text has shadow with #C69ADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69ADD.

Preview

Color preview on black background

This text has color #C69ADD on black background.


Color preview on white background

This text has color #C69ADD on white background.


Black color preview on #C69ADD background

This text has black color on #C69ADD background.


White color preview on #C69ADD background

This text has white color on #C69ADD background.


Related colors

Complementary color

Complementary color for #hex is #396522.


I love getcolorcode.com

Triadic colors

1 #DDC69A and #9ADDC6 with #C69ADD are triadic colors.

2 #DD9AC6 and #9AC6DD with #C69ADD are triadic colors.