COLOR #C7AEE7

HEX: #C7AEE7
RGB: (199,174,231)

Renk bilgisi

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

RGB renk modeli

#C7AEE7 color RGB value is (199,174,231).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 174 of 255 = 68%
B 231 of 255 = 91%

199
174
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 174 + 231 = 604 (100%)
R 199 of 604 ~ 32.95%
G 174 of 604 ~ 28.81%
B 231 of 604 ~ 38.25%

%32.95
%28.81
%38.25

CMYK RENK MODELİ

#C7AEE7 rengi CMYK tonu (14,25,0,9).

  • camgöbeği tonu 13.85%
  • eflatun tonu 24.68%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK: (14,25,0,9) C14M25Y0K9 (14%,25%,0%,9%) (0.14/0.25/0.00/0.09)

CMYK yüzdeleri

%13.85
%24.68
%0
%9.41

Codes

Color #C7AEE7 in popluar color models

C7AEE7
RGB199174231
HSL266°54.29%79.41%
HSB/HSV266°24.68%90.59%
CMYK13.85%24.68%0.00%
9.41%

Color #C7AEE7 in popluar number systems.

HEXC7AEE7
Decimal199174231
Binary110001111010111011100111
Octal307256347

Shades and tints

Shades of #C7AEE7

#C7AEE7
(199,174,231)
#B59FD2
(181,159,210)
#A390BD
(163,144,189)
#9181A8
(145,129,168)
#7F7293
(127,114,147)
#6D637E
(109,99,126)
#5B5469
(91,84,105)
#494554
(73,69,84)
#37363F
(55,54,63)
#25272A
(37,39,42)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7AEE7

#C7AEE7
(199,174,231)
#CCB5E9
(204,181,233)
#D1BCEB
(209,188,235)
#D6C3ED
(214,195,237)
#DBCAEF
(219,202,239)
#E0D1F1
(224,209,241)
#E5D8F3
(229,216,243)
#EADFF5
(234,223,245)
#EFE6F7
(239,230,247)
#F4EDF9
(244,237,249)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEE7; }

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

This text font color is #C7AEE7.


Background Color

.myBgColor { background-color: #C7AEE7; }

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

This div background color is #C7AEE7.


Border color

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

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

This div border color is #C7AEE7.


Opacity

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

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

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

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

This text has shadow with #C7AEE7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C7AEE7 on black background.


Color preview on white background

This text has color #C7AEE7 on white background.



Black color preview on #C7AEE7 background

This text has black color on #C7AEE7 background.


White color preview on #C7AEE7 background

This text has white color on #C7AEE7 background.