COLOR #C9AEDD

HEX: #C9AEDD
RGB: (201,174,221)

Renk bilgisi

#C9AEDD contains red, green and blue colors in about the same proportion. #C9AEDD ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C9AEDD color RGB value is (201,174,221).

  • kırmız ton 201;
  • yeşil ton 174;
  • mavi ton 221.
RGB:
(201,174,221)
(79%,68%,87%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 174 of 255 = 68%
B 221 of 255 = 87%

201
174
221

R + G + B ~ 78%. #C9AEDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 174 + 221 = 596 (100%)
R 201 of 596 ~ 33.72%
G 174 of 596 ~ 29.19%
B 221 of 596 ~ 37.08%

%33.72
%29.19
%37.08

CMYK RENK MODELİ

#C9AEDD rengi CMYK tonu (9,21,0,13).

  • camgöbeği tonu 9.05%
  • eflatun tonu 21.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(9,21,0,13)
C9M21Y0K13 
(9%,21%,0%,13%)
(0.09/0.21/0.00/0.13)	

CMYK yüzdeleri

%9.05
%21.27
%0
%13.33

Codes

Color #C9AEDD in popluar color models

C9AEDD
RGB201174221
HSL274°40.87%77.45%
HSB/HSV274°21.27%86.67%
CMYK9.05%21.27%0.00%
13.33%

Color #C9AEDD in popluar number systems.

HEXC9AEDD
Decimal201174221
Binary110010011010111011011101
Octal311256335

Shades and tints

Shades of #C9AEDD

#C9AEDD
(201,174,221)
#B79FC9
(183,159,201)
#A590B5
(165,144,181)
#9381A1
(147,129,161)
#81728D
(129,114,141)
#6F6379
(111,99,121)
#5D5465
(93,84,101)
#4B4551
(75,69,81)
#39363D
(57,54,61)
#272729
(39,39,41)
#151815
(21,24,21)
#000000
(0,0,0)

Tints of #C9AEDD

#C9AEDD
(201,174,221)
#CDB5E0
(205,181,224)
#D1BCE3
(209,188,227)
#D5C3E6
(213,195,230)
#D9CAE9
(217,202,233)
#DDD1EC
(221,209,236)
#E1D8EF
(225,216,239)
#E5DFF2
(229,223,242)
#E9E6F5
(233,230,245)
#EDEDF8
(237,237,248)
#F1F4FB
(241,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AEDD color. Also use rgb(201,174,221) instead hex code.

Text Font Color

.myTextColor { color: #C9AEDD; }

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

This text font color is #C9AEDD.


Background Color

.myBgColor { background-color: #C9AEDD; }

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

This div background color is #C9AEDD.


Border color

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

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

This div border color is #C9AEDD.


Opacity

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

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

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

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

This text has shadow with #C9AEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AEDD on black background.


Color preview on white background

This text has color #C9AEDD on white background.



Black color preview on #C9AEDD background

This text has black color on #C9AEDD background.


White color preview on #C9AEDD background

This text has white color on #C9AEDD background.