COLOR #C5AEF9

HEX: #C5AEF9
RGB: (197,174,249)

Renk bilgisi

#C5AEF9 contains mainly red and blue colors. #C5AEF9 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C5AEF9 color RGB value is (197,174,249).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 174 of 255 = 68%
B 249 of 255 = 98%

197
174
249

R + G + B ~ 81%. #C5AEF9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 174 + 249 = 620 (100%)
R 197 of 620 ~ 31.77%
G 174 of 620 ~ 28.06%
B 249 of 620 ~ 40.16%

%31.77
%28.06
%40.16

CMYK RENK MODELİ

#C5AEF9 rengi CMYK tonu (21,30,0,2).

  • camgöbeği tonu 20.88%
  • eflatun tonu 30.12%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(21,30,0,2)
C21M30Y0K2 
(21%,30%,0%,2%)
(0.21/0.30/0.00/0.02)	

CMYK yüzdeleri

%20.88
%30.12
%0
%2.35

Codes

Color #C5AEF9 in popluar color models

C5AEF9
RGB197174249
HSL258°86.21%82.94%
HSB/HSV258°30.12%97.65%
CMYK20.88%30.12%0.00%
2.35%

Color #C5AEF9 in popluar number systems.

HEXC5AEF9
Decimal197174249
Binary110001011010111011111001
Octal305256371

Shades and tints

Shades of #C5AEF9

#C5AEF9
(197,174,249)
#B49FE3
(180,159,227)
#A390CD
(163,144,205)
#9281B7
(146,129,183)
#8172A1
(129,114,161)
#70638B
(112,99,139)
#5F5475
(95,84,117)
#4E455F
(78,69,95)
#3D3649
(61,54,73)
#2C2733
(44,39,51)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #C5AEF9

#C5AEF9
(197,174,249)
#CAB5F9
(202,181,249)
#CFBCF9
(207,188,249)
#D4C3F9
(212,195,249)
#D9CAF9
(217,202,249)
#DED1F9
(222,209,249)
#E3D8F9
(227,216,249)
#E8DFF9
(232,223,249)
#EDE6F9
(237,230,249)
#F2EDF9
(242,237,249)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEF9; }

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

This text font color is #C5AEF9.


Background Color

.myBgColor { background-color: #C5AEF9; }

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

This div background color is #C5AEF9.


Border color

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

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

This div border color is #C5AEF9.


Opacity

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

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

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

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

This text has shadow with #C5AEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5AEF9 on black background.


Color preview on white background

This text has color #C5AEF9 on white background.



Black color preview on #C5AEF9 background

This text has black color on #C5AEF9 background.


White color preview on #C5AEF9 background

This text has white color on #C5AEF9 background.