COLOR #C6AEEC

HEX: #C6AEEC
RGB: (198,174,236)

Renk bilgisi

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

RGB renk modeli

#C6AEEC color RGB value is (198,174,236).

  • kırmız ton 198;
  • yeşil ton 174;
  • mavi ton 236.
RGB:
(198,174,236)
(78%,68%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 174 of 255 = 68%
B 236 of 255 = 93%

198
174
236

R + G + B ~ 80%. #C6AEEC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 174 + 236 = 608 (100%)
R 198 of 608 ~ 32.57%
G 174 of 608 ~ 28.62%
B 236 of 608 ~ 38.82%

%32.57
%28.62
%38.82

CMYK RENK MODELİ

#C6AEEC rengi CMYK tonu (16,26,0,7).

  • camgöbeği tonu 16.10%
  • eflatun tonu 26.27%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(16,26,0,7)
C16M26Y0K7 
(16%,26%,0%,7%)
(0.16/0.26/0.00/0.07)	

CMYK yüzdeleri

%16.1
%26.27
%0
%7.45

Codes

Color #C6AEEC in popluar color models

C6AEEC
RGB198174236
HSL263°62.00%80.39%
HSB/HSV263°26.27%92.55%
CMYK16.10%26.27%0.00%
7.45%

Color #C6AEEC in popluar number systems.

HEXC6AEEC
Decimal198174236
Binary110001101010111011101100
Octal306256354

Shades and tints

Shades of #C6AEEC

#C6AEEC
(198,174,236)
#B49FD7
(180,159,215)
#A290C2
(162,144,194)
#9081AD
(144,129,173)
#7E7298
(126,114,152)
#6C6383
(108,99,131)
#5A546E
(90,84,110)
#484559
(72,69,89)
#363644
(54,54,68)
#24272F
(36,39,47)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #C6AEEC

#C6AEEC
(198,174,236)
#CBB5ED
(203,181,237)
#D0BCEE
(208,188,238)
#D5C3EF
(213,195,239)
#DACAF0
(218,202,240)
#DFD1F1
(223,209,241)
#E4D8F2
(228,216,242)
#E9DFF3
(233,223,243)
#EEE6F4
(238,230,244)
#F3EDF5
(243,237,245)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AEEC color. Also use rgb(198,174,236) instead hex code.

Text Font Color

.myTextColor { color: #C6AEEC; }

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

This text font color is #C6AEEC.


Background Color

.myBgColor { background-color: #C6AEEC; }

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

This div background color is #C6AEEC.


Border color

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

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

This div border color is #C6AEEC.


Opacity

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

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

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

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

This text has shadow with #C6AEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AEEC on black background.


Color preview on white background

This text has color #C6AEEC on white background.



Black color preview on #C6AEEC background

This text has black color on #C6AEEC background.


White color preview on #C6AEEC background

This text has white color on #C6AEEC background.