COLOR #C1AEC4

HEX: #C1AEC4
RGB: (193,174,196)

Color info

#C1AEC4 contains red, green and blue colors in about the same proportion. Web safe color of #C1AEC4 is #CC99CC (or #C9C).

RGB color model

#C1AEC4 color RGB value is (193,174,196).

  • red value is 193;
  • green value is 174;
  • blue value is 196.
RGB:
(193,174,196)
(76%,68%,77%)

RGB channels and saturation

R 193 of 255 = 76%
G 174 of 255 = 68%
B 196 of 255 = 77%

193
174
196

R + G + B ~ 74%. #C1AEC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 174 + 196 = 563 (100%)
R 193 of 563 ~ 34.28%
G 174 of 563 ~ 30.91%
B 196 of 563 ~ 34.81%

%34.28
%30.91
%34.81

CMYK color model

#C1AEC4 color CMYK value is (2,11,0,23).

  • cyan value is 1.53%
  • magenta value is 11.22%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(2,11,0,23)
C2M11Y0K23 
(2%,11%,0%,23%)
(0.02/0.11/0.00/0.23)	

CMYK percentages

%1.53
%11.22
%0
%23.14

Codes

Color #C1AEC4 in popluar color models

C1AEC4
RGB193174196
HSL292°15.71%72.55%
HSB/HSV292°11.22%76.86%
CMYK1.53%11.22%0.00%
23.14%

Color #C1AEC4 in popluar number systems.

HEXC1AEC4
Decimal193174196
Binary110000011010111011000100
Octal301256304

Shades and tints

Shades of #C1AEC4

#C1AEC4
(193,174,196)
#B09FB3
(176,159,179)
#9F90A2
(159,144,162)
#8E8191
(142,129,145)
#7D7280
(125,114,128)
#6C636F
(108,99,111)
#5B545E
(91,84,94)
#4A454D
(74,69,77)
#39363C
(57,54,60)
#28272B
(40,39,43)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #C1AEC4

#C1AEC4
(193,174,196)
#C6B5C9
(198,181,201)
#CBBCCE
(203,188,206)
#D0C3D3
(208,195,211)
#D5CAD8
(213,202,216)
#DAD1DD
(218,209,221)
#DFD8E2
(223,216,226)
#E4DFE7
(228,223,231)
#E9E6EC
(233,230,236)
#EEEDF1
(238,237,241)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1AEC4 color. Also use rgb(193,174,196) instead hex code.

Text Font Color

.myTextColor { color: #C1AEC4; }

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

This text font color is #C1AEC4.


Background Color

.myBgColor { background-color: #C1AEC4; }

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

This div background color is #C1AEC4.


Border color

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

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

This div border color is #C1AEC4.


Opacity

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

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

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

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

This text has shadow with #C1AEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1AEC4 on black background.


Color preview on white background

This text has color #C1AEC4 on white background.



Black color preview on #C1AEC4 background

This text has black color on #C1AEC4 background.


White color preview on #C1AEC4 background

This text has white color on #C1AEC4 background.