COLOR #A7CFF3

HEX: #A7CFF3
RGB: (167,207,243)

Color info

#A7CFF3 contains mainly green and blue colors. Web safe color of #A7CFF3 is #99CCFF (or #9CF).

RGB color model

#A7CFF3 color RGB value is (167,207,243).

  • red value is 167;
  • green value is 207;
  • blue value is 243.
RGB:
(167,207,243)
(65%,81%,95%)

RGB channels and saturation

R 167 of 255 = 65%
G 207 of 255 = 81%
B 243 of 255 = 95%

167
207
243

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

Portions of RGB colors in percentages

R + G + B =
167 + 207 + 243 = 617 (100%)
R 167 of 617 ~ 27.07%
G 207 of 617 ~ 33.55%
B 243 of 617 ~ 39.38%

%27.07
%33.55
%39.38

CMYK color model

#A7CFF3 color CMYK value is (31,15,0,5).

  • cyan value is 31.28%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(31,15,0,5)
C31M15Y0K5 
(31%,15%,0%,5%)
(0.31/0.15/0.00/0.05)	

CMYK percentages

%31.28
%14.81
%0
%4.71

Codes

Color #A7CFF3 in popluar color models

A7CFF3
RGB167207243
HSL208°76.00%80.39%
HSB/HSV208°31.28%95.29%
CMYK31.28%14.81%0.00%
4.71%

Color #A7CFF3 in popluar number systems.

HEXA7CFF3
Decimal167207243
Binary101001111100111111110011
Octal247317363

Shades and tints

Shades of #A7CFF3

#A7CFF3
(167,207,243)
#98BDDD
(152,189,221)
#89ABC7
(137,171,199)
#7A99B1
(122,153,177)
#6B879B
(107,135,155)
#5C7585
(92,117,133)
#4D636F
(77,99,111)
#3E5159
(62,81,89)
#2F3F43
(47,63,67)
#202D2D
(32,45,45)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #A7CFF3

#A7CFF3
(167,207,243)
#AFD3F4
(175,211,244)
#B7D7F5
(183,215,245)
#BFDBF6
(191,219,246)
#C7DFF7
(199,223,247)
#CFE3F8
(207,227,248)
#D7E7F9
(215,231,249)
#DFEBFA
(223,235,250)
#E7EFFB
(231,239,251)
#EFF3FC
(239,243,252)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7CFF3 color. Also use rgb(167,207,243) instead hex code.

Text Font Color

.myTextColor { color: #A7CFF3; }

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

This text font color is #A7CFF3.


Background Color

.myBgColor { background-color: #A7CFF3; }

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

This div background color is #A7CFF3.


Border color

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

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

This div border color is #A7CFF3.


Opacity

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

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

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

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

This text has shadow with #A7CFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7CFF3 on black background.


Color preview on white background

This text has color #A7CFF3 on white background.



Black color preview on #A7CFF3 background

This text has black color on #A7CFF3 background.


White color preview on #A7CFF3 background

This text has white color on #A7CFF3 background.