COLOR #C5AED7

HEX: #C5AED7
RGB: (197,174,215)

Renk bilgisi

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

RGB renk modeli

#C5AED7 color RGB value is (197,174,215).

  • kırmız ton 197;
  • yeşil ton 174;
  • mavi ton 215.
RGB:
(197,174,215)
(77%,68%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 174 of 255 = 68%
B 215 of 255 = 84%

197
174
215

R + G + B ~ 76%. #C5AED7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 174 + 215 = 586 (100%)
R 197 of 586 ~ 33.62%
G 174 of 586 ~ 29.69%
B 215 of 586 ~ 36.69%

%33.62
%29.69
%36.69

CMYK RENK MODELİ

#C5AED7 rengi CMYK tonu (8,19,0,16).

  • camgöbeği tonu 8.37%
  • eflatun tonu 19.07%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(8,19,0,16)
C8M19Y0K16 
(8%,19%,0%,16%)
(0.08/0.19/0.00/0.16)	

CMYK yüzdeleri

%8.37
%19.07
%0
%15.69

Codes

Color #C5AED7 in popluar color models

C5AED7
RGB197174215
HSL274°33.88%76.27%
HSB/HSV274°19.07%84.31%
CMYK8.37%19.07%0.00%
15.69%

Color #C5AED7 in popluar number systems.

HEXC5AED7
Decimal197174215
Binary110001011010111011010111
Octal305256327

Shades and tints

Shades of #C5AED7

#C5AED7
(197,174,215)
#B49FC4
(180,159,196)
#A390B1
(163,144,177)
#92819E
(146,129,158)
#81728B
(129,114,139)
#706378
(112,99,120)
#5F5465
(95,84,101)
#4E4552
(78,69,82)
#3D363F
(61,54,63)
#2C272C
(44,39,44)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5AED7

#C5AED7
(197,174,215)
#CAB5DA
(202,181,218)
#CFBCDD
(207,188,221)
#D4C3E0
(212,195,224)
#D9CAE3
(217,202,227)
#DED1E6
(222,209,230)
#E3D8E9
(227,216,233)
#E8DFEC
(232,223,236)
#EDE6EF
(237,230,239)
#F2EDF2
(242,237,242)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AED7 color. Also use rgb(197,174,215) instead hex code.

Text Font Color

.myTextColor { color: #C5AED7; }

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

This text font color is #C5AED7.


Background Color

.myBgColor { background-color: #C5AED7; }

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

This div background color is #C5AED7.


Border color

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

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

This div border color is #C5AED7.


Opacity

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

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

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

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

This text has shadow with #C5AED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AED7 on black background.


Color preview on white background

This text has color #C5AED7 on white background.



Black color preview on #C5AED7 background

This text has black color on #C5AED7 background.


White color preview on #C5AED7 background

This text has white color on #C5AED7 background.