COLOR #C5AEE1

HEX: #C5AEE1
RGB: (197,174,225)

Renk bilgisi

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

RGB renk modeli

#C5AEE1 color RGB value is (197,174,225).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 174 of 255 = 68%
B 225 of 255 = 88%

197
174
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 174 + 225 = 596 (100%)
R 197 of 596 ~ 33.05%
G 174 of 596 ~ 29.19%
B 225 of 596 ~ 37.75%

%33.05
%29.19
%37.75

CMYK RENK MODELİ

#C5AEE1 rengi CMYK tonu (12,23,0,12).

  • camgöbeği tonu 12.44%
  • eflatun tonu 22.67%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(12,23,0,12)
C12M23Y0K12 
(12%,23%,0%,12%)
(0.12/0.23/0.00/0.12)	

CMYK yüzdeleri

%12.44
%22.67
%0
%11.76

Codes

Color #C5AEE1 in popluar color models

C5AEE1
RGB197174225
HSL267°45.95%78.24%
HSB/HSV267°22.67%88.24%
CMYK12.44%22.67%0.00%
11.76%

Color #C5AEE1 in popluar number systems.

HEXC5AEE1
Decimal197174225
Binary110001011010111011100001
Octal305256341

Shades and tints

Shades of #C5AEE1

#C5AEE1
(197,174,225)
#B49FCD
(180,159,205)
#A390B9
(163,144,185)
#9281A5
(146,129,165)
#817291
(129,114,145)
#70637D
(112,99,125)
#5F5469
(95,84,105)
#4E4555
(78,69,85)
#3D3641
(61,54,65)
#2C272D
(44,39,45)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5AEE1

#C5AEE1
(197,174,225)
#CAB5E3
(202,181,227)
#CFBCE5
(207,188,229)
#D4C3E7
(212,195,231)
#D9CAE9
(217,202,233)
#DED1EB
(222,209,235)
#E3D8ED
(227,216,237)
#E8DFEF
(232,223,239)
#EDE6F1
(237,230,241)
#F2EDF3
(242,237,243)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEE1; }

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

This text font color is #C5AEE1.


Background Color

.myBgColor { background-color: #C5AEE1; }

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

This div background color is #C5AEE1.


Border color

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

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

This div border color is #C5AEE1.


Opacity

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

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

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

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

This text has shadow with #C5AEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEE1 on black background.


Color preview on white background

This text has color #C5AEE1 on white background.



Black color preview on #C5AEE1 background

This text has black color on #C5AEE1 background.


White color preview on #C5AEE1 background

This text has white color on #C5AEE1 background.