COLOR #C5AEE2

HEX: #C5AEE2 RGB: (197,174,226)

Renk bilgisi

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

RGB renk modeli

#C5AEE2 color RGB value is (197,174,226).

RGB: (197,174,226) (77%, 68%, 89%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 174 of 255 = 68%
B 226 of 255 = 89%

197
174
226

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

Yüzdelerle RGB renk parçaları

R + G + B = 197 + 174 + 226 = 597 (100%)
R 197 of 597 ~ 33%
G 174 of 597 ~ 29.15%
B 226 of 597 ~ 37.86'%

%33
%29.15
%37.86

CMYK RENK MODELİ

#C5AEE2 rengi CMYK tonu (13,23,0,11).

  • camgöbeği tonu 12.83%
  • eflatun tonu 23.01%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%

CMYK: (13,23,0,11)
C13M23Y0K11 (13%, 23%, 0%, 11%)
(0.13 / 0.23 / 0.00 / 0.11)

CMYK yüzdeleri

%12.83
%23.01
%0
%11.37

Codes

Color #C5AEE2 in popluar color models

C5 AE E2
RGB 197 174 226
HSL 267° 47.27% 78.43%
HSB/HSV 267° 23.01% 88.63%
CMYK 12.83% 23.01% 0.00%
11.37%

Color #C5AEE2 in popluar number systems.

HEX C5 AE E2
Decimal 197 174 226
Binary 11000101 10101110 11100010
Octal 305 256 342

Shades and tints

Shades of #C5AEE2

#C5AEE2
(197,174,226)
#B49FCE
(180,159,206)
#A390BA
(163,144,186)
#9281A6
(146,129,166)
#817292
(129,114,146)
#70637E
(112,99,126)
#5F546A
(95,84,106)
#4E4556
(78,69,86)
#3D3642
(61,54,66)
#2C272E
(44,39,46)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #C5AEE2

#C5AEE2
(197,174,226)
#CAB5E4
(202,181,228)
#CFBCE6
(207,188,230)
#D4C3E8
(212,195,232)
#D9CAEA
(217,202,234)
#DED1EC
(222,209,236)
#E3D8EE
(227,216,238)
#E8DFF0
(232,223,240)
#EDE6F2
(237,230,242)
#F2EDF4
(242,237,244)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5AEE2; }

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

This text font color is #C5AEE2.

Background Color

.myBgColor { background-color: #C5AEE2; }

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

This div background color is #C5AEE2.

Border color

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

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

This div border color is #C5AEE2.

Opacity

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

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

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

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

This text has shadow with #C5AEE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AEE2.

Preview

Color preview on black background

This text has color #C5AEE2 on black background.


Color preview on white background

This text has color #C5AEE2 on white background.


Black color preview on #C5AEE2 background

This text has black color on #C5AEE2 background.


White color preview on #C5AEE2 background

This text has white color on #C5AEE2 background.


Related colors

Complementary color

Complementary color for #hex is #3A511D.


I love getcolorcode.com

Triadic colors

1 #E2C5AE and #AEE2C5 with #C5AEE2 are triadic colors.

2 #E2AEC5 and #AEC5E2 with #C5AEE2 are triadic colors.