COLOR #C7AEE6

HEX: #C7AEE6
RGB: (199,174,230)

Renk bilgisi

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

RGB renk modeli

#C7AEE6 color RGB value is (199,174,230).

  • kırmız ton 199;
  • yeşil ton 174;
  • mavi ton 230.
RGB:
(199,174,230)
(78%,68%,90%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 174 of 255 = 68%
B 230 of 255 = 90%

199
174
230

R + G + B ~ 79%. #C7AEE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 174 + 230 = 603 (100%)
R 199 of 603 ~ 33%
G 174 of 603 ~ 28.86%
B 230 of 603 ~ 38.14%

%33
%28.86
%38.14

CMYK RENK MODELİ

#C7AEE6 rengi CMYK tonu (13,24,0,10).

  • camgöbeği tonu 13.48%
  • eflatun tonu 24.35%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(13,24,0,10)
C13M24Y0K10 
(13%,24%,0%,10%)
(0.13/0.24/0.00/0.10)	

CMYK yüzdeleri

%13.48
%24.35
%0
%9.8

Codes

Color #C7AEE6 in popluar color models

C7AEE6
RGB199174230
HSL267°52.83%79.22%
HSB/HSV267°24.35%90.20%
CMYK13.48%24.35%0.00%
9.80%

Color #C7AEE6 in popluar number systems.

HEXC7AEE6
Decimal199174230
Binary110001111010111011100110
Octal307256346

Shades and tints

Shades of #C7AEE6

#C7AEE6
(199,174,230)
#B59FD2
(181,159,210)
#A390BE
(163,144,190)
#9181AA
(145,129,170)
#7F7296
(127,114,150)
#6D6382
(109,99,130)
#5B546E
(91,84,110)
#49455A
(73,69,90)
#373646
(55,54,70)
#252732
(37,39,50)
#13181E
(19,24,30)
#000000
(0,0,0)

Tints of #C7AEE6

#C7AEE6
(199,174,230)
#CCB5E8
(204,181,232)
#D1BCEA
(209,188,234)
#D6C3EC
(214,195,236)
#DBCAEE
(219,202,238)
#E0D1F0
(224,209,240)
#E5D8F2
(229,216,242)
#EADFF4
(234,223,244)
#EFE6F6
(239,230,246)
#F4EDF8
(244,237,248)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AEE6 color. Also use rgb(199,174,230) instead hex code.

Text Font Color

.myTextColor { color: #C7AEE6; }

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

This text font color is #C7AEE6.


Background Color

.myBgColor { background-color: #C7AEE6; }

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

This div background color is #C7AEE6.


Border color

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

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

This div border color is #C7AEE6.


Opacity

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

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

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

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

This text has shadow with #C7AEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AEE6 on black background.


Color preview on white background

This text has color #C7AEE6 on white background.



Black color preview on #C7AEE6 background

This text has black color on #C7AEE6 background.


White color preview on #C7AEE6 background

This text has white color on #C7AEE6 background.